Skip to content

Commit fd781d5

Browse files
v7.1.2 - release preparation (#2006)
Co-authored-by: paulnoirel <87332996+paulnoirel@users.noreply.github.com>
1 parent b53da83 commit fd781d5

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

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.1.1'
19+
release = '7.1.2'
2020

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

libs/labelbox/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Changelog
2+
# Version 7.1.2 (2025-08-14)
3+
## Fixed
4+
* Project Setup: Remove project setup complete restriction ([#2003](https://github.com/Labelbox/labelbox-python/pull/2002))
5+
* API key creation: fix support of role with a space in the name ([#2003](https://github.com/Labelbox/labelbox-python/pull/2003))
6+
* Workflow cloning: Fix validation for some nodes ([#2005](https://github.com/Labelbox/labelbox-python/pull/2005))
7+
28
# Version 7.1.1 (2025-07-09)
39
## Fixed
410
* `reset_to_initial_nodes()` and `clone_workflow_from()` will not update initial node IDs anymore ([#1999](https://github.com/Labelbox/labelbox-python/pull/1999))
511

6-
712
# Version 7.1.0 (2025-07-08)
813
## Added
914
* Add the ability to specify relationship constraints ([#1992](https://github.com/Labelbox/labelbox-python/pull/1992))

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.1.1"
3+
version = "7.1.2"
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.1.1"
3+
__version__ = "7.1.2"
44

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

0 commit comments

Comments
 (0)