Skip to content

Commit 56a85fc

Browse files
authored
🔖 Version 4.14.2 (#281)
1 parent 9146e43 commit 56a85fc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v4.14.2 - 2024-11-26
4+
### Fixes
5+
* :bug: fix circular imports error on install
6+
7+
38
## v4.14.1 - 2024-11-22
49
### Changes
510
* :coffin: remove support for international ID 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.1"
3+
__version__ = "4.14.2"
44

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

0 commit comments

Comments
 (0)