Skip to content

Commit 10803a5

Browse files
🔖 Version 4.14.0 (#273)
1 parent ea95dfd commit 10803a5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v4.14.0 - 2024-11-14
4+
### Changes
5+
* :sparkles: add support for business cards V1
6+
* :sparkles: add support for delivery note V1.1
7+
* :sparkles: add support for indian passport V1
8+
* :sparkles: add support for resume V1.1
9+
### Fixes
10+
* :recycle: adjust default values for async delays
11+
* :arrow_up: fully migrate project to pyproject.toml
12+
13+
314
## v4.13.0 - 2024-10-11
415
### Changes
516
* :sparkles: add support for Financial Document v1.10

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.13.0"
3+
__version__ = "4.14.0"
44

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

0 commit comments

Comments
 (0)