Skip to content

Commit 9ddadfc

Browse files
committed
[PTDT-5210] Move the 7.10.0 release prep to a separate release PR
1 parent 0552b16 commit 9ddadfc

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

libs/labelbox/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# Changelog
2-
# Version 7.10.0 (2026-07-20)
3-
## Added
4-
* Add support for reading and creating marker ontology tools. Marker ontologies require Labelbox SDK 7.10.0 or later.
5-
62
# Version 7.9.0 (2026-07-09)
73
## Added
84
* 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))

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.10.0"
3+
version = "7.9.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.10.0"
3+
__version__ = "7.9.0"
44

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

0 commit comments

Comments
 (0)