Skip to content

Commit 509f87a

Browse files
committed
bump version to v3.2.0
1 parent f5595b8 commit 509f87a

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.0 (2024-02-19)
6+
57
- Integrated `.docx`, `.pdf` and various raw text parsers into `filecontent` filter.
68
- Removed `textract` and ~50 MB of dependencies as they are no longer required.
79
- Full Python 3.12 support

organize/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.2"
1+
__version__ = "3.2.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.1.2"
3+
version = "3.2.0"
44
description = "The file management automation tool"
55
packages = [{ include = "organize" }]
66
authors = ["Thomas Feldmann <mail@tfeldmann.de>"]

0 commit comments

Comments
 (0)