Skip to content

Commit 5267455

Browse files
🔖 Version 4.27.0 (#347)
1 parent bed00f8 commit 5267455

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v4.27.0 - 2025-07-30
4+
### Changes
5+
* :sparkles: add support for page count, mimetype + fixes
6+
### Fixes
7+
* :bug: fix jobs not deserializing webhook information into their proper class
8+
* :bug: fix typo in `InferenceFile` class: `alais` => `alias`
9+
10+
311
## v4.26.0 - 2025-07-29
412
### Changes
513
* :sparkles: add support for URL inputs for V2

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.26.0"
3+
__version__ = "4.27.0"
44

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

0 commit comments

Comments
 (0)