Skip to content

Commit 8cc0927

Browse files
sfendell-labelboxVal Brodsky
andauthored
Prepare for release 3.68.0 (#1561)
Co-authored-by: Val Brodsky <vbrodsky@labelbox.com>
1 parent d791e78 commit 8cc0927

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
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 = '2024, Labelbox'
1818
author = 'Labelbox'
19-
release = '3.67.0'
19+
release = '3.68.0'
2020

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

libs/labelbox/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
# Version 3.68.0 (2024-04-16)
3+
## Added
4+
* Added support for embeddings.
5+
* Introduced the use of 'rye' as a package manager for SDK contributors.
6+
* Implemented a unified 'create' method for AnnotationImport, MEAPredictionImport, and MALPredictionImport.
7+
* Enhanced annotation upload functionality to accept data row IDs, global keys, or external IDs directly for labelbox.data.annotation_types.label
8+
9+
## Fixed
10+
* Ensure items in dataset.upsert_data_rows are not empty
11+
* Streamable export fix to report export_v2 errors as list of dictionaries, compatible with older releases
12+
213
# Version 3.67.0 (2024-04-05)
314
## Added
415
* Added SECURITY.md file

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 = "3.66.0"
3+
version = "3.68.0"
44
description = "Labelbox Python API"
55
authors = [
66
{ name = "Labelbox", email = "engineering@labelbox.com" }

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__ = "3.67.0"
3+
__version__ = "3.68.0"
44

55
from labelbox.client import Client
66
from labelbox.schema.project import Project

0 commit comments

Comments
 (0)