From 7d271e540ce2b642daefb0779f246da68d69babd Mon Sep 17 00:00:00 2001 From: ljcornel Date: Tue, 23 May 2023 16:20:19 +0200 Subject: [PATCH] Bump version to v1.5.6 and update changelog --- CHANGELOG.md | 10 ++++++++++ geti_sdk/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b274edc..0463f588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/geti_sdk/__init__.py b/geti_sdk/__init__.py index f36ffe4d..222ed546 100644 --- a/geti_sdk/__init__.py +++ b/geti_sdk/__init__.py @@ -78,6 +78,6 @@ from .geti import Geti -__version__ = "1.5.5" +__version__ = "1.5.6" __all__ = ["Geti"]