Skip to content

Commit bab3254

Browse files
authored
🔖 Version 4.34.0 (#389)
1 parent 9d0793c commit bab3254

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.34.0 - 2026-02-23
4+
### Changes
5+
* :sparkles: add job information to the inference object
6+
* :sparkles: add completed_at property to job
7+
8+
39
## v4.33.1 - 2026-02-11
410
### Changes
511
* :bug: fix missing class property

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.33.1"
3+
__version__ = "4.34.0"
44

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

0 commit comments

Comments
 (0)