Skip to content

Commit e4e018e

Browse files
authored
🔖 Version 5.1.1 (#435)
1 parent 401f91d commit e4e018e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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+
## v5.1.1 - 2026-06-19
4+
### Fixes
5+
* :bug: fix building docs
6+
* :bug: fix search imports
7+
8+
39
## v5.1.0 - 2026-06-19
410
### Changes
511
* :boom: :sparkles: unify the `mindee` CLI to mirror the .NET reference: V2 inference commands (`classification`, `crop`, `extraction`, `ocr`, `split`) and `search-models` at the root, V1 product commands wrapped under a `v1` subcommand

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__ = "5.1.0"
3+
__version__ = "5.1.1"
44

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

0 commit comments

Comments
 (0)