We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc204d3 commit 5769cc3Copy full SHA for 5769cc3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# Version 3.19.0 (2022-04-12)
4
+## Added
5
+* Added Tool object type RASTER_SEGMENTATION for Video and DICOM ontologies
6
+
7
# Version 3.18.0 (2022-04-07)
8
## Added
9
* Added beta support for exporting labels from model_runs
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.18.0"
+__version__ = "3.19.0"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments