Skip to content

Commit 0cc92fa

Browse files
authored
Merge pull request #542 from Labelbox/jt/cl
v3.19.0
2 parents fc204d3 + 5769cc3 commit 0cc92fa

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)