Skip to content

Commit

Permalink
bump version to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Nov 25, 2024
1 parent e35f201 commit 15ae571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## v3.3.0 (2024-11-25)

- Added a new conflict mode `deduplicate` which skips duplicate files and renames
non-duplicates (thanks @TheExistingOne).
- The `exif` filter now supports extracting metadata from non-image files such as EPUB
Expand Down
2 changes: 1 addition & 1 deletion organize/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.5"
__version__ = "3.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "organize-tool"
version = "3.2.5"
version = "3.3.0"
description = "The file management automation tool"
packages = [{ include = "organize" }]
authors = ["Thomas Feldmann <[email protected]>"]
Expand Down

0 comments on commit 15ae571

Please sign in to comment.