Skip to content

Commit 692faf6

Browse files
authored
Update version and CHANGELOG for sdk release 3.55.0 (#1275)
2 parents 334fed9 + 4c47cb8 commit 692faf6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
# Version 3.55.0 (2023-11-06)
3+
## Fixed
4+
* Fix the instantiation of `failed_data_row_ids` in Batch. This fix will address the issue with the `create_batch` method for more than 1,000 data rows.
5+
* Improve Python type hints for the `data_rows()` method in the Dataset.
6+
* Fix the `DataRowMetadataOntology` method `bulk_export()` to properly export global key(s).
7+
* In the `DataRowMetadataOntology` method `update_enum_option`, provide a more descriptive error message when the enum option is not valid.
8+
29
# Version 3.54.1 (2023-10-17)
310
## Notebooks
411
* Revised the notebooks to update outdated examples when using `client.create_project()` to create a project

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.54.1'
24+
release = '3.55.0'
2525

2626
# -- General configuration ---------------------------------------------------
2727

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.54.1"
2+
__version__ = "3.55.0"
33

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

0 commit comments

Comments
 (0)