Skip to content

Commit 126e0ea

Browse files
committed
bump version to v3.2.4
1 parent 5e123c9 commit 126e0ea

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## v3.2.4 (2024-07-07)
6+
57
- Fixes a bug preventing organize from starting (thanks @feather42).
68
- Fixes a bug where ignoring failing shell commands would not work (thanks @florianklumb).
79

organize/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.2.3"
1+
__version__ = "3.2.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "organize-tool"
3-
version = "3.2.3"
3+
version = "3.2.4"
44
description = "The file management automation tool"
55
packages = [{ include = "organize" }]
66
authors = ["Thomas Feldmann <mail@tfeldmann.de>"]

0 commit comments

Comments
 (0)