Skip to content

Commit

Permalink
Bump version to v2.0.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed Jun 10, 2024
1 parent d676123 commit e80409a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v2.0.2 Intel® Geti™ SDK (10-06-2024)
## What's Changed
* Fix `is_geti` version check (#434) by @igor-davidyuk in https://github.com/openvinotoolkit/geti-sdk/pull/435


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v2.0.1...v2.0.2

# v2.0.1 Intel® Geti™ SDK (29-05-2024)
## What's Changed
* Add retry mechanism to better handle `ConnectionError` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/420
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__ = "2.0.1"
__version__ = "2.0.2"

__all__ = ["Geti"]

0 comments on commit e80409a

Please sign in to comment.