Skip to content

Commit 855fcfe

Browse files
Prep v.3.58.1 (#1335)
2 parents 68753e8 + c717cee commit 855fcfe

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
# Version 3.58.1 (2023-12-15)
3+
## Added
4+
* Support to export all projects and all model runs to `export_v2` for a `dataset` and a `slice`
5+
## Notebooks
6+
* Update exports v2 notebook to include methods that return `ExportTask`
27

38
# Version 3.58.0 (2023-12-11)
49
## Added

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.58.0'
24+
release = '3.58.1'
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.58.0"
3+
__version__ = "3.58.1"
44

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

0 commit comments

Comments
 (0)