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 b2fb094 commit 77b7ad9Copy full SHA for 77b7ad9
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Mindee Python API Library Changelog
2
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
11
## v4.23.0 - 2025-06-03
12
### Changes
13
* :sparkles: add support for address fields
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.23.0"
+__version__ = "4.24.0-rc1"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments