Skip to content

Commit

Permalink
Bump version to v1.5.6 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed May 23, 2023
1 parent 7a90808 commit 7d271e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v1.5.6 Intel® Geti™ SDK (23-05-2023)
## What's Changed
* Add `group` key to hierarchical label definition in notebook 001 by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/220
* Add `TestingClient` to perform model tests by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/221
* Wait for a project to become ready after it is created by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/223
* Update requests requirement from ==2.28.* to ==2.31.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/222


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.5.5...v1.5.6

# v1.5.5 Intel® Geti™ SDK (15-05-2023)
## What's Changed
* Add param to disable certificate validation for data download helpers by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/218
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.5"
__version__ = "1.5.6"

__all__ = ["Geti"]

0 comments on commit 7d271e5

Please sign in to comment.