Skip to content

Commit 6f08011

Browse files
committedMar 28, 2023
Bump version to v1.4.1 and update changelog
1 parent 6e32caa commit 6f08011

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
# [Pre-release] v1.4.0 Intel® Geti™ SDK (27-03-2023)
210
## What's Changed
311
* Migrate from `ote_sdk` to `otx.api` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/166

‎geti_sdk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878

7979
from .geti import Geti
8080

81-
__version__ = "1.4.0"
81+
__version__ = "1.4.1"
8282

8383
__all__ = ["Geti"]

0 commit comments

Comments
 (0)