diff --git a/docs/conf.py b/docs/conf.py index 989b671aa..75cfa7ed3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2025, Labelbox' author = 'Labelbox' -release = '7.0.0' +release = '7.1.0' # -- General configuration --------------------------------------------------- @@ -53,4 +53,4 @@ # Prevent the sidebar from collapsing html_theme_options = { "collapse_navigation": False, -} \ No newline at end of file +} diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index d98ead78a..77377a1b2 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +# Version 7.1.0 (2025-07-08) +## Added +* Add the ability to specify relationship constraints ([#1992](https://github.com/Labelbox/labelbox-python/pull/1992)) + +## Fixed +* Minor fixes to CRUD operations when specifying user groups ([#1993](https://github.com/Labelbox/labelbox-python/pull/1993)) + # Version 7.0.0 (2025-06-17) ## Added * Add support for Likert scale ([#1980](https://github.com/Labelbox/labelbox-python/pull/1980)) diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index 082ba76e1..4edc1cd72 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "7.0.0" +version = "7.1.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 1a62bbb5f..734d78b56 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "7.0.0" +__version__ = "7.1.0" from labelbox.client import Client from labelbox.schema.annotation_import import (