Skip to content

Commit 7b7dd63

Browse files
🔖 Version 4.30.0
1 parent a1b51a3 commit 7b7dd63

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.30.0 - 2025-10-29
4+
### Change
5+
* :sparkles: add support for python 3.14
6+
7+
38
## v4.29.1 - 2025-10-13
49
### Change
510
* :recycle: harmonize getting page count from a local input source

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.1"
3+
__version__ = "4.30.0"
44

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

0 commit comments

Comments
 (0)