We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5595b8 commit 509f87aCopy full SHA for 509f87a
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## v3.2.0 (2024-02-19)
6
+
7
- Integrated `.docx`, `.pdf` and various raw text parsers into `filecontent` filter.
8
- Removed `textract` and ~50 MB of dependencies as they are no longer required.
9
- Full Python 3.12 support
organize/__version__.py
@@ -1 +1 @@
1
-__version__ = "3.1.2"
+__version__ = "3.2.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "organize-tool"
-version = "3.1.2"
+version = "3.2.0"
description = "The file management automation tool"
packages = [{ include = "organize" }]
authors = ["Thomas Feldmann <mail@tfeldmann.de>"]
0 commit comments