Skip to content

Commit c244ae6

Browse files
authored
Vb/prepare 3.53 (#1250)
2 parents 40f4dbc + 522c4f2 commit c244ae6

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
# Version 3.53.0 (2023-10-03)
3+
## Added
4+
* Remove LPO deprecation warning and allow greater range of priority values
5+
* Add an sdk method to get data row by global key
6+
* Disallow invalid quality modes during create_project
7+
* Python 3.10 support
8+
* Change return of dataset.create_data_rows() to Task
9+
* Add new header to capture python version
210
# Version 3.52.0 (2023-08-24)
311
## Added
412
* Added methods to create multiple batches for a project from a list of data rows

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.52.0'
24+
release = '3.53.0'
2525

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

docs/source/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,9 @@ CatalogSlice
216216
:members: CatalogSlice
217217
:exclude-members: Slice
218218
:show-inheritance:
219+
220+
QualityMode
221+
-----------------------------------------
222+
.. automodule:: labelbox.schema.quality_mode
223+
:members:
224+
:show-inheritance:

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.52.0"
2+
__version__ = "3.53.0"
33

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

0 commit comments

Comments
 (0)