We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e32caa commit 6f08011Copy full SHA for 6f08011
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# [Pre-release] v1.4.1 Intel® Geti™ SDK (28-03-2023)
2
+## What's Changed
3
+* Update otx requirement to `otx==1.1.0` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/176
4
+* Make model wrapper module namespace unique by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/177
5
+
6
7
+**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.4.0...v1.4.1
8
9
# [Pre-release] v1.4.0 Intel® Geti™ SDK (27-03-2023)
10
## What's Changed
11
* Migrate from `ote_sdk` to `otx.api` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/166
geti_sdk/__init__.py
@@ -78,6 +78,6 @@
78
79
from .geti import Geti
80
81
-__version__ = "1.4.0"
+__version__ = "1.4.1"
82
83
__all__ = ["Geti"]
0 commit comments