diff --git a/docs/conf.py b/docs/conf.py index 9f824a8d1..989b671aa 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 = '7.0.0' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index e8063252d..d98ead78a 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,4 +1,21 @@ # Changelog +# Version 7.0.0 (2025-06-17) +## Added +* Add support for 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 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)) + +## Updated +* **BREAKING CHANGE** `UserGroup` no longer supports the `users` field - it's been replaced by the `members` field. +* Update `UserGroup` to fix project membership ([#1986](https://github.com/Labelbox/labelbox-python/pull/1986)) + +## Fixed +* `ApiKey.created_by` now correctly displays the `user` 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..082ba76e1 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "6.10.0" +version = "7.0.0" description = "Labelbox Python API" authors = [{ name = "Labelbox", email = "engineering@labelbox.com" }] dependencies = [ diff --git a/libs/labelbox/src/labelbox/__init__.py b/libs/labelbox/src/labelbox/__init__.py index 324192c2a..399cf5f69 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "6.10.0" +__version__ = "7.0.0" from labelbox.client import Client from labelbox.schema.annotation_import import (