Skip to content

Commit

Permalink
Bump version to v1.8.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed Nov 20, 2023
1 parent 17bd229 commit 1388c4a
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.8.1 Intel® Geti™ SDK (20-11-2023)
## What's Changed
* Update pytest requirement from ==7.3.* to ==7.4.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/261
* Update pytest-env requirement from ==0.8.* to ==1.0.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/275
* Update various dependencies by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/288


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v.1.8.0...v.1.8.1

# v1.8.0 Intel® Geti™ SDK (16-10-2023)
## What's Changed
* Predict video on local by @jihyeonyi in https://github.com/openvinotoolkit/geti-sdk/pull/243
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.8.0"
__version__ = "1.8.1"

__all__ = ["Geti"]

0 comments on commit 1388c4a

Please sign in to comment.