Skip to content

Commit

Permalink
Bump version to v1.2.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed Mar 27, 2023
1 parent c3de022 commit 09cd38f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v1.2.4 Intel® Geti™ SDK (27-03-2023)
## What's Changed
* Update ipython requirement from ==8.10.* to ==8.11.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/172
* Fix `upload_and_predict_from_numpy.py` example by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/173
* Improve error handling for OVMS deployment by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/174


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.2.3...v1.2.4

# v1.2.3 Intel® Geti™ SDK (13-03-2023)
## What's Changed
* Fix saving images and annotations with non-ascii characters in their filename by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/160
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.2.3"
__version__ = "1.2.4"

__all__ = ["Geti"]

0 comments on commit 09cd38f

Please sign in to comment.