We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bcb10 commit 31ab28bCopy full SHA for 31ab28b
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Mindee Python Client Library Changelog
2
3
-## v4.35.0 - 2026-03-01
+## v4.35.1 - 2026-03-31
4
+### Fixes
5
+* :bug: fix split feature adding additional pages to output files
6
+
7
8
+## v4.35.0 - 2026-03-31
9
### Changes
10
* :sparkles: add support for crop extraction
11
* :sparkles: add support for split extraction
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.35.0"
+__version__ = "4.35.1"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments