From 52af2e18d455e550d83445cdb5a25f89cc2f874c Mon Sep 17 00:00:00 2001 From: ljcornel Date: Mon, 8 May 2023 13:50:16 +0200 Subject: [PATCH] Bump version to v1.5.2 and update changelog --- CHANGELOG.md | 11 +++++++++++ geti_sdk/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951f6176..42bccabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/geti_sdk/__init__.py b/geti_sdk/__init__.py index 45739970..805efc39 100644 --- a/geti_sdk/__init__.py +++ b/geti_sdk/__init__.py @@ -78,6 +78,6 @@ from .geti import Geti -__version__ = "1.5.1" +__version__ = "1.5.2" __all__ = ["Geti"]