Skip to content

Commit 34bdb2c

Browse files
authored
Merge pull request #535 from Labelbox/jt/cl
3.18.0
2 parents 0c15027 + 7c1ca49 commit 34bdb2c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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.18.0 (2022-04-07)
4+
## Added
5+
* Added beta support for exporting labels from model_runs
6+
* LBV1Converter now supports data_split key
7+
* Classification objects now include `scope` key
8+
9+
## Fix
10+
* Updated notebooks
11+
312
# Version 3.17.2 (2022-03-28)
413
## Fix
514
* Project.upsert_instructions now works properly for new projects.

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.17.2"
2+
__version__ = "3.18.0"
33

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

0 commit comments

Comments
 (0)