From b5fa10dee674bda314730aa60187b2feb6fe5cd7 Mon Sep 17 00:00:00 2001 From: botpub <52496925+botpub@users.noreply.github.com> Date: Thu, 7 Mar 2024 07:51:56 +0000 Subject: [PATCH] Release VirtualFish 2.5.6 --- CHANGELOG.md | 8 ++++++++ RELEASE.md | 3 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f31f77b..36f7976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +2.5.6 - 2024-03-07 +------------------ + +Improve resiliency of `check_fish_version()` function to invisible characters such as tabs. + +Contributed by [Justin Mayer](https://github.com/justinmayer) via [PR #241](https://github.com/justinmayer/virtualfish/pull/241/) + + 2.5.5 - 2022-07-21 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index b8278ad..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Improve resiliency of `check_fish_version()` function to invisible characters such as tabs. diff --git a/docs/conf.py b/docs/conf.py index a54faa6..ba7aa5d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # built documents. # # The short X.Y version. -version = "2.5.5" +version = "2.5.6" release = version # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/pyproject.toml b/pyproject.toml index 6e49635..359fe79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "virtualfish" -version = "2.5.5" +version = "2.5.6" description = "Fish shell tool for managing Python virtual environments" authors = ["Justin Mayer "] license = "MIT"