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 10aa542 commit 3e6995eCopy full SHA for 3e6995e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee Python API Library Changelog
2
3
+## v4.17.0 - 2024-12-13
4
+### Changes
5
+* :sparkles: add support for us mail v3
6
+* :art: linting fixes
7
+
8
9
## v4.16.0 - 2024-12-13
10
### Changes
11
* :sparkles: allow local downloading of remote sources
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.16.0"
+__version__ = "4.17.0"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments