Skip to content

Commit 5fdf266

Browse files
authored
Update sdk version to 3.57.0 (#1301)
2 parents 316fefc + 69d4f73 commit 5fdf266

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
# Version 3.57.0 (2023-11-30)
4+
## Added
5+
* Global key support for Project move_data_rows_to_task_queue
6+
* Project name required for project creation
7+
## Notebooks
8+
* Updates to Image and Video notebook format
9+
* Added additional byte array examples for Image/Video import and Image prediction import notebook
10+
* Added a new LLM folder for new LLM import (MAL/MEA/Ground truth)
11+
312
# Version 3.56.0 (2023-11-21)
413
## Added
514
* Support for importing raster video masks from image bytes as a source

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.56.0'
24+
release = '3.57.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.56.0"
3+
__version__ = "3.57.0"
44

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

0 commit comments

Comments
 (0)