Skip to content

Commit dd9d5ee

Browse files
authored
v7.1.0 - release preparation (#1998)
1 parent 4b4a98a commit dd9d5ee

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
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.0.0'
19+
release = '7.1.0'
2020

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

@@ -53,4 +53,4 @@
5353
# Prevent the sidebar from collapsing
5454
html_theme_options = {
5555
"collapse_navigation": False,
56-
}
56+
}

libs/labelbox/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
# Version 7.1.0 (2025-07-08)
3+
## Added
4+
* Add the ability to specify relationship constraints ([#1992](https://github.com/Labelbox/labelbox-python/pull/1992))
5+
6+
## Fixed
7+
* Minor fixes to CRUD operations when specifying user groups ([#1993](https://github.com/Labelbox/labelbox-python/pull/1993))
8+
29
# Version 7.0.0 (2025-06-17)
310
## Added
411
* Add support for Likert scale ([#1980](https://github.com/Labelbox/labelbox-python/pull/1980))

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.0.0"
3+
version = "7.1.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.0.0"
3+
__version__ = "7.1.0"
44

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

0 commit comments

Comments
 (0)