Skip to content

Commit 15ae571

Browse files
committed
bump version to v3.3.0
1 parent e35f201 commit 15ae571

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.3.0 (2024-11-25)
6+
57
- Added a new conflict mode `deduplicate` which skips duplicate files and renames
68
non-duplicates (thanks @TheExistingOne).
79
- The `exif` filter now supports extracting metadata from non-image files such as EPUB

organize/__version__.py

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

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.5"
3+
version = "3.3.0"
44
description = "The file management automation tool"
55
packages = [{ include = "organize" }]
66
authors = ["Thomas Feldmann <mail@tfeldmann.de>"]

0 commit comments

Comments
 (0)