Skip to content

Commit b1b5f7c

Browse files
authored
v7.5.0 - release preparation (#2041)
1 parent 4d8931d commit b1b5f7c

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
project = 'Python SDK reference'
1717
copyright = '2025, Labelbox'
1818
author = 'Labelbox'
19-
release = '7.4.0'
19+
release = '7.5.0'
2020

2121
# -- General configuration ---------------------------------------------------
2222

libs/labelbox/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
2+
# Version 7.5.0 (2026-01-30)
3+
## Added
4+
* Add support for text subclasses under global text subclasses ([#2040](https://github.com/Labelbox/labelbox-python/pull/2040))
5+
26
# Version 7.4.0 (2026-01-22)
37
## Added
48
* Add support of groups to invite_user() ([#2035](https://github.com/Labelbox/labelbox-python/pull/2035))
5-
* Add group classification type ([2030](https://github.com/Labelbox/labelbox-python/pull/2030))
9+
* Add group classification type ([#2030](https://github.com/Labelbox/labelbox-python/pull/2030))
610
* Add model config response count support ([#2014](https://github.com/Labelbox/labelbox-python/pull/2014))
711

812
## Fixed

libs/labelbox/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "labelbox"
3-
version = "7.4.0"
3+
version = "7.5.0"
44
description = "Labelbox Python API"
55
authors = [{ name = "Labelbox", email = "engineering@labelbox.com" }]
66
dependencies = [

libs/labelbox/src/labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "labelbox"
22

3-
__version__ = "7.4.0"
3+
__version__ = "7.5.0"
44

55
from labelbox.client import Client
66
from labelbox.schema.annotation_import import (

0 commit comments

Comments
 (0)