Skip to content

Commit

Permalink
Bump version to v1.5.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed May 8, 2023
1 parent 556e201 commit 52af2e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v1.5.2 Intel® Geti™ SDK (08-05-2023)
## What's Changed
* Add score NoneType check in summary function of ProjectStatus by @harimkang in https://github.com/openvinotoolkit/geti-sdk/pull/208
* Update `OptimizedModel` data model by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/209
* Update datumaro requirement from ==1.1.* to ==1.2.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/206

## New Contributors
* @harimkang made their first contribution in https://github.com/openvinotoolkit/geti-sdk/pull/208

**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.5.1...v1.5.2

# v1.5.1 Intel® Geti™ SDK (26-04-2023)
## What's Changed
* Update hashing algorithm to `sha3_512` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/204
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.5.1"
__version__ = "1.5.2"

__all__ = ["Geti"]

0 comments on commit 52af2e1

Please sign in to comment.