From f227f6b65cda29e49c0a3a6f8a242f4b6955a34a Mon Sep 17 00:00:00 2001 From: Thomas Feldmann Date: Tue, 9 Jul 2024 15:42:24 +0200 Subject: [PATCH] bump version to v3.2.5 --- CHANGELOG.md | 2 ++ organize/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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 "]