Skip to content

Commit d9394a8

Browse files
committed
Release VirtualFish 2.5.9
1 parent 78bf552 commit d9394a8

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
2.5.9 - 2024-05-13
5+
------------------
6+
7+
Restore support for older versions of Fish.
8+
9+
Contributed by [Ninja Inc](https://github.com/melomac) via [PR #247](https://github.com/justinmayer/virtualfish/pull/247/)
10+
11+
412
2.5.8 - 2024-04-25
513
------------------
614

RELEASE.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = "2.5.8"
53+
version = "2.5.9"
5454
release = version
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "virtualfish"
3-
version = "2.5.8"
3+
version = "2.5.9"
44
description = "Fish shell tool for managing Python virtual environments"
55
authors = ["Justin Mayer <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)