Skip to content

Commit 788d0ef

Browse files
authored
Preparing for 3.60.0 release (#1364)
2 parents 35a619e + 3f98c46 commit 788d0ef

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
# Version 3.60.0 (2024-01-17)
3+
## Added
4+
* Get resource tags from a project
5+
* Method to CatalogSlice to get data row identifiers (both uids and global keys)
6+
* Added deprecation notice for the `upsert_review_queue` method in project
7+
## Notebooks
8+
* Update notebook for Project move_data_rows_to_task_queue
9+
* Added notebook for model foundry
10+
* Added notebook for migrating from Exports V1 to V2
11+
212
# Version 3.59.0 (2024-01-05)
313
## Added
414
* Support set_labeling_parameter_overrides for global keys

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.59.0'
24+
release = '3.60.0'
2525

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

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.59.0"
3+
__version__ = "3.60.0"
44

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

0 commit comments

Comments
 (0)