Skip to content

Commit 65227ad

Browse files
🔖 Version 4.14.1 (#278)
1 parent 1c61555 commit 65227ad

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v4.14.1 - 2024-11-22
4+
### Changes
5+
* :coffin: remove support for international ID V1
6+
* :recycle: update import syntax
7+
* :arrow_up: loosen dependency pinning on requests
8+
9+
### Fixes
10+
* :bug: fix potential circular import issues
11+
12+
313
## v4.14.0 - 2024-11-14
414
### Changes
515
* :sparkles: add support for business cards V1

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.14.0"
3+
__version__ = "4.14.1"
44

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

0 commit comments

Comments
 (0)