From bee48c4b909782a2414d99aeb0ce7652833841d5 Mon Sep 17 00:00:00 2001 From: Matthew Roberson Date: Fri, 30 Jan 2026 22:20:59 -0600 Subject: [PATCH] v7.5.0 - release preparation --- docs/conf.py | 2 +- libs/labelbox/CHANGELOG.md | 6 +++++- libs/labelbox/pyproject.toml | 2 +- libs/labelbox/src/labelbox/__init__.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 325ab6b57..ef07b50f5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2025, Labelbox' author = 'Labelbox' -release = '7.4.0' +release = '7.5.0' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index 8d2bbf7b4..5be42483a 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +# Version 7.5.0 (2026-01-30) +## Added +* Add support for text subclasses under global text subclasses ([#2040](https://github.com/Labelbox/labelbox-python/pull/2040)) + # Version 7.4.0 (2026-01-22) ## Added * Add support of groups to invite_user() ([#2035](https://github.com/Labelbox/labelbox-python/pull/2035)) -* Add group classification type ([2030](https://github.com/Labelbox/labelbox-python/pull/2030)) +* Add group classification type ([#2030](https://github.com/Labelbox/labelbox-python/pull/2030)) * Add model config response count support ([#2014](https://github.com/Labelbox/labelbox-python/pull/2014)) ## Fixed diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index 92250d517..5f11ff906 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "7.4.0" +version = "7.5.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 9a6d9efc9..0979d1590 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "7.4.0" +__version__ = "7.5.0" from labelbox.client import Client from labelbox.schema.annotation_import import (