We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e123c9 commit 126e0eaCopy full SHA for 126e0ea
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## v3.2.4 (2024-07-07)
6
+
7
- Fixes a bug preventing organize from starting (thanks @feather42).
8
- Fixes a bug where ignoring failing shell commands would not work (thanks @florianklumb).
9
organize/__version__.py
@@ -1 +1 @@
1
-__version__ = "3.2.3"
+__version__ = "3.2.4"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "organize-tool"
-version = "3.2.3"
+version = "3.2.4"
description = "The file management automation tool"
packages = [{ include = "organize" }]
authors = ["Thomas Feldmann <mail@tfeldmann.de>"]
0 commit comments