Skip to content

Commit

Permalink
Bump version to v2.6.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leoll2 authored Jan 2, 2025
1 parent 3ccae29 commit 5904a4b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# v2.6.0 Intel® Geti™ SDK (03-12-2024)
# v2.6.1 Intel® Geti™ SDK (02-01-2024)
## What's Changed
* CVS-159908 - Fix empty label ID in configuration [develop] by @maxxgx in https://github.com/openvinotoolkit/geti-sdk/pull/534

## New Contributors
* @maxxgx made their first contribution in https://github.com/openvinotoolkit/geti-sdk/pull/534

**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v2.6.0...v2.6.1


# v2.6.0 Intel® Geti™ SDK (26-12-2024)
## What's Changed
* Updated model representation to that of Geti V2.6 by @Daankrol in https://github.com/openvinotoolkit/geti-sdk/pull/523
* Mark model response fields as deprecated in 2.6 instead of removed by @leoll2 in https://github.com/openvinotoolkit/geti-sdk/pull/528
* Fix VCR config for unset proxy by @leoll2 in https://github.com/openvinotoolkit/geti-sdk/pull/527
* Tolerate extra keys when deserializing HTTP response by @leoll2 in https://github.com/openvinotoolkit/geti-sdk/pull/529
* CVS-154056 Update training/optimization endpoint paths by @leoll2 in https://github.com/openvinotoolkit/geti-sdk/pull/530

**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v2.5.0...v2.6.0

Expand Down
2 changes: 1 addition & 1 deletion geti_sdk/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions
# and limitations under the License.

__version__ = "2.6.0"
__version__ = "2.6.1"

0 comments on commit 5904a4b

Please sign in to comment.