Skip to content

Commit 9aa832c

Browse files
kkim-labelboxKevin Kim
andauthored
Prep 3.54.1 (#1265)
Co-authored-by: Kevin Kim <kkim@kevins-mbp-2.lan>
1 parent 95b85c4 commit 9aa832c

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
2+
# Version 3.54.1 (2023-10-17)
3+
## Notebooks
4+
* Revised the notebooks to update outdated examples when using `client.create_project()` to create a project
5+
26
# Version 3.54.0 (2023-10-10)
37
## Added
48
* Add exports v1 deprecation warning
59
* Create method in SDK to modify LPO priorities in bulk
610
## Removed
711
* Remove backoff library
12+
813
# Version 3.53.0 (2023-10-03)
914
## Added
1015
* Remove LPO deprecation warning and allow greater range of priority values
@@ -13,12 +18,14 @@
1318
* Python 3.10 support
1419
* Change return of dataset.create_data_rows() to Task
1520
* Add new header to capture python version
16-
## Notebooks
17-
* Updated examples to match latest updates to SDK
21+
## Notebooks
22+
* Updated examples to match latest updates to SDK
23+
1824
# Version 3.52.0 (2023-08-24)
1925
## Added
2026
* Added methods to create multiple batches for a project from a list of data rows
2127
* Limit the number of data rows to be checked for processing status
28+
2229
# Version 3.51.0 (2023-08-14)
2330
## Added
2431
* Added global keys to export v2 filters for project, dataset and DataRow

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.0'
24+
release = '3.54.1'
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.0"
2+
__version__ = "3.54.1"
33

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

0 commit comments

Comments
 (0)