diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c8b2b..6a665f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.2.5 (2024-02-01) + +### Fix + +- fix, simplify docs publish script + ## 2.2.4 (2024-02-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9d320e4..fe675db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = 'convoke' description = 'A Python app configuration toolkit that tries to do things right.' -version = "2.2.4" +version = "2.2.5" authors = [ "David Eyk " ]