Skip to content

Commit 5769cc3

Browse files
committed
v.3.19.0
1 parent fc204d3 commit 5769cc3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
# Version 3.19.0 (2022-04-12)
4+
## Added
5+
* Added Tool object type RASTER_SEGMENTATION for Video and DICOM ontologies
6+
37
# Version 3.18.0 (2022-04-07)
48
## Added
59
* Added beta support for exporting labels from model_runs

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.18.0"
2+
__version__ = "3.19.0"
33

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

0 commit comments

Comments
 (0)