Skip to content

Commit 77b7ad9

Browse files
🔖 Version 4.24.0-rc1 (#329)
1 parent b2fb094 commit 77b7ad9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v4.24.0-rc1 - 2025-07-07
4+
### Changes
5+
* :sparkles: add support for mindee API V2 client & features
6+
* :recycle: remove support for python 3.7
7+
* :wrench: tweak CI & testing
8+
* :recycle: uniformize variable naming across files
9+
10+
311
## v4.23.0 - 2025-06-03
412
### Changes
513
* :sparkles: add support for address fields

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.23.0"
3+
__version__ = "4.24.0-rc1"
44

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

0 commit comments

Comments
 (0)