Skip to content

Commit

Permalink
bump version to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Feb 23, 2024
1 parent 636f5b7 commit ced58ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## v3.2.1 (2024-02-23)

- Files and folders are now handled in natural sort order (#354).

## v3.2.0 (2024-02-19)
Expand Down
2 changes: 1 addition & 1 deletion organize/__version__.py
@@ -1 +1 @@
__version__ = "3.2.0"
__version__ = "3.2.1"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "organize-tool"
version = "3.2.0"
version = "3.2.1"
description = "The file management automation tool"
packages = [{ include = "organize" }]
authors = ["Thomas Feldmann <mail@tfeldmann.de>"]
Expand Down

0 comments on commit ced58ec

Please sign in to comment.