diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3ac429..39fdab60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v3.2.5 (2024-07-09) + - Fixes a bug where some location options did not accept yaml aliases (#390, thanks for reporting @zany130). diff --git a/organize/__version__.py b/organize/__version__.py index 79e4386b..67fc7e83 100644 --- a/organize/__version__.py +++ b/organize/__version__.py @@ -1 +1 @@ -__version__ = "3.2.4" +__version__ = "3.2.5" diff --git a/pyproject.toml b/pyproject.toml index 410fd4c5..532f421c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "organize-tool" -version = "3.2.4" +version = "3.2.5" description = "The file management automation tool" packages = [{ include = "organize" }] authors = ["Thomas Feldmann "]