Skip to content

Commit d7cbdcf

Browse files
authored
Update CHANGELOG and bump versions (#1257)
2 parents e8e95b1 + 5af3ddc commit d7cbdcf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
# Version 3.54.0 (2023-10-10)
3+
## Added
4+
* Add exports v1 deprecation warning
5+
* Create method in SDK to modify LPO priorities in bulk
6+
## Removed
7+
* Remove backoff library
28
# Version 3.53.0 (2023-10-03)
39
## Added
410
* Remove LPO deprecation warning and allow greater range of priority values

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.53.0'
24+
release = '3.54.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.53.0"
2+
__version__ = "3.54.0"
33

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

0 commit comments

Comments
 (0)