Skip to content

Commit

Permalink
Bump version to v1.4.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed Mar 28, 2023
1 parent 6e32caa commit 6f08011
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [Pre-release] v1.4.1 Intel® Geti™ SDK (28-03-2023)
## What's Changed
* Update otx requirement to `otx==1.1.0` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/176
* Make model wrapper module namespace unique by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/177


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.4.0...v1.4.1

# [Pre-release] v1.4.0 Intel® Geti™ SDK (27-03-2023)
## What's Changed
* Migrate from `ote_sdk` to `otx.api` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/166
Expand Down
2 changes: 1 addition & 1 deletion geti_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@

from .geti import Geti

__version__ = "1.4.0"
__version__ = "1.4.1"

__all__ = ["Geti"]

0 comments on commit 6f08011

Please sign in to comment.