Skip to content

Commit

Permalink
Update version to v1.16.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed Apr 22, 2024
1 parent ea72d25 commit 68d5fa6
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 @@
# v1.16.1 Intel® Geti™ SDK (22-04-2024)
## What's Changed
* Add `default_workspace` to possible default workspace names by @igor-davidyuk in https://github.com/openvinotoolkit/geti-sdk/pull/394


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.16.0...v1.16.1

# v1.16.0 Intel® Geti™ SDK (26-03-2024)
## What's Changed
* Decouple visualizer for OTX by @igor-davidyuk in https://github.com/openvinotoolkit/geti-sdk/pull/356
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.16.0"
__version__ = "1.16.1"

__all__ = ["Geti"]

0 comments on commit 68d5fa6

Please sign in to comment.