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 841ee1c commit 931f496Copy full SHA for 931f496
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee Python API Library Changelog
2
3
+## v4.18.0 - 2025-02-21
4
+### Changes
5
+* :sparkles: add support for image and pdf compression
6
+* :recycle: increase async retry timers
7
+
8
9
## v4.17.0 - 2024-12-13
10
### Changes
11
* :sparkles: add support for us mail v3
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.17.0"
+__version__ = "4.18.0"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments