Skip to content

Commit e8950b7

Browse files
🔖 Version 4.36.0
1 parent ec963da commit e8950b7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Mindee Python Client Library Changelog
22

3+
## v4.36.0 - 2026-05-26
4+
### Changes
5+
* :sparkles: add support for extraction in crop, split, and classification
6+
7+
38
## v4.35.1 - 2026-03-31
49
### Fixes
510
* :bug: fix split feature adding additional pages to output files

mindee/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "4.35.1"
3+
__version__ = "4.36.0"
44

55
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
66

0 commit comments

Comments
 (0)