Skip to content

Commit 0d00b98

Browse files
🔖 Version 4.30.0 (#367)
1 parent a1b51a3 commit 0d00b98

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Mindee Python Client Library Changelog
22

3+
## v4.30.0 - 2025-10-29
4+
### Changes
5+
* :sparkles: add support for python 3.14
6+
7+
38
## v4.29.1 - 2025-10-13
4-
### Change
9+
### Changes
510
* :recycle: harmonize getting page count from a local input source
611

712

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)