Skip to content

Commit

Permalink
Merge pull request #535 from Labelbox/jt/cl
Browse files Browse the repository at this point in the history
3.18.0
  • Loading branch information
jtsodapop authored Apr 7, 2022
2 parents 0c15027 + 7c1ca49 commit 34bdb2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

# Version 3.18.0 (2022-04-07)
## Added
* Added beta support for exporting labels from model_runs
* LBV1Converter now supports data_split key
* Classification objects now include `scope` key

## Fix
* Updated notebooks

# Version 3.17.2 (2022-03-28)
## Fix
* Project.upsert_instructions now works properly for new projects.
Expand Down
2 changes: 1 addition & 1 deletion labelbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "labelbox"
__version__ = "3.17.2"
__version__ = "3.18.0"

from labelbox.client import Client
from labelbox.schema.project import Project
Expand Down

0 comments on commit 34bdb2c

Please sign in to comment.