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 8ef7dd6 commit 7a692a6Copy full SHA for 7a692a6
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Python Client Library Changelog
2
3
+## v4.29.1 - 2025-10-13
4
+### Change
5
+* :recycle: harmonize getting page count from a local input source
6
+
7
8
## v4.29.0 - 2025-10-07
9
### Changes
10
* :sparkles: allow comparing v2 field confidence
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.29.0"
+__version__ = "4.29.1"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments