Skip to content

Commit 0ec0344

Browse files
authored
🔖 Version 4.29.0 (#363)
1 parent 2b89be1 commit 0ec0344

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v4.29.0 - 2025-10-07
4+
### Changes
5+
* :sparkles: allow comparing v2 field confidence
6+
* :coffin: remove obsolete US Mail V2
7+
8+
39
## v4.28.2 - 2025-09-12
410
### Fixes
511
* :bug: fix for multiple webhooks

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.28.2"
3+
__version__ = "4.29.0"
44

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

0 commit comments

Comments
 (0)