diff --git a/docs/conf.py b/docs/conf.py index b4fb65d81..9e8d011f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2025, Labelbox' author = 'Labelbox' -release = '7.8.0' +release = '7.9.0' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index e5be4efac..247e07852 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -# Version 7.9.0 (Unreleased) +# Version 7.9.0 (2026-07-09) ## Added -* Add optional `batch_ids` parameter to `Project.get_overview()` to return workflow state counts scoped to one or more batches ([#TBD](https://github.com/Labelbox/labelbox-python/pull/TBD)) +* Add optional `batch_ids` parameter to `Project.get_overview()` to return workflow state counts scoped to one or more batches ([#2060](https://github.com/Labelbox/labelbox-python/pull/2060)) # Version 7.8.0 (2026-06-11) ## Added diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index d9639f3fa..d2eeb165d 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "7.8.0" +version = "7.9.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 98fc10eb1..4882e0582 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "7.8.0" +__version__ = "7.9.0" from labelbox.client import Client from labelbox.schema.annotation_import import (