diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f7976..9501ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +2.5.7 - 2024-03-12 +------------------ + +Fix `vf upgrade` error related to `sed` + 2.5.6 - 2024-03-07 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 23f7c38..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Fix `vf upgrade` error related to `sed` diff --git a/docs/conf.py b/docs/conf.py index ba7aa5d..a649434 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # built documents. # # The short X.Y version. -version = "2.5.6" +version = "2.5.7" release = version # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/pyproject.toml b/pyproject.toml index 359fe79..abca682 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "virtualfish" -version = "2.5.6" +version = "2.5.7" description = "Fish shell tool for managing Python virtual environments" authors = ["Justin Mayer "] license = "MIT"