Skip to content

Commit 7a692a6

Browse files
committed
🔖 Version 4.29.1
1 parent 8ef7dd6 commit 7a692a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Mindee Python Client Library Changelog
22

3+
## v4.29.1 - 2025-10-13
4+
### Change
5+
* :recycle: harmonize getting page count from a local input source
6+
7+
38
## v4.29.0 - 2025-10-07
49
### Changes
510
* :sparkles: allow comparing v2 field confidence

mindee/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "4.29.0"
3+
__version__ = "4.29.1"
44

55
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
66

0 commit comments

Comments
 (0)