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 50d6869 commit 9aa716cCopy full SHA for 9aa716c
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Mindee Python API Library Changelog
2
3
+## v4.1.0 - 2023-10-17
4
+### Changes
5
+* :test_tube: optimize CI + add retry mechanism
6
+* :recycle: homogenize typing & classes
7
+* :arrow_up: upgrade support for python 3.12
8
+* :sparkles: add n_pages attribute to document
9
+* :test_tube: :sparkles: add **experimental** pdf-fixing utility
10
+
11
+### Fixes
12
+* :memo: fix invoice-splitter doc
13
+* :wrench: fix wrongful instance variable assignments
14
+* :wrench: rework custom internals & fix custom page_id
15
16
## v4.0.2 - 2023-10-11
17
### Fixes
18
* :bug: fix crashes when trying to parse from newer custom APIs
mindee/version
@@ -1 +1 @@
-4.0.2
+4.1.0
0 commit comments