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 a37ae5d commit 9b4edd5Copy full SHA for 9b4edd5
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Python API Library Changelog
2
3
+## v4.19.1 - 2025-03-27
4
+### Fixes
5
+* :bug: fix for null objects in extras
6
+
7
8
## v4.19.0 - 2025-03-27
9
### Changes
10
* :sparkles: update structure for InvoiceSplitterV1
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.19.0"
+__version__ = "4.19.1"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments