From 3222fc6eea0ffd63f3e2bd31135b605a9005fadd Mon Sep 17 00:00:00 2001 From: paulnoirel <87332996+paulnoirel@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:45:04 +0100 Subject: [PATCH] Prep v6.11.0 --- docs/conf.py | 2 +- libs/labelbox/CHANGELOG.md | 13 +++++++++++++ libs/labelbox/pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9f824a8d1..3bafe8abf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2025, Labelbox' author = 'Labelbox' -release = '6.10.0' +release = '6.11.0' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index e8063252d..1dc5dcc18 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,4 +1,17 @@ # Changelog +# Version 6.11.0 (2025-06-16) +## Added +* Add support to likert scale ([#1980](https://github.com/Labelbox/labelbox-python/pull/1980)) +* Add creation of IAM integrations ([#1976](https://github.com/Labelbox/labelbox-python/pull/1976)) +* Add workflow management ([#1975](https://github.com/Labelbox/labelbox-python/pull/1975)) +* Add model app id to the model run creation and return it ([#1973](https://github.com/Labelbox/labelbox-python/pull/1973)) +* Add support for project ontology change ([#1972](https://github.com/Labelbox/labelbox-python/pull/1972)) +* Remove mypy from dependencies ([#1968](https://github.com/Labelbox/labelbox-python/pull/1968)) + +## Fixed +* Update UserGroup to fix project membership ([#1986](https://github.com/Labelbox/labelbox-python/pull/1986)) +* Fix ApiKey.created_by for old API keys ([#1967](https://github.com/Labelbox/labelbox-python/pull/1967)) + # Version 6.10.0 (2025-04-04) ## Added * API keys Management: ([#1961](https://github.com/Labelbox/labelbox-python/pull/1961)) diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index 8995a3610..fe294a1e3 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "6.10.0" +version = "6.11.0" description = "Labelbox Python API" authors = [{ name = "Labelbox", email = "engineering@labelbox.com" }] dependencies = [