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.
2 parents ad9fe85 + 465e922 commit d2111e2Copy full SHA for d2111e2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# Version 3.20.1 (2022-05-02)
4
+## Updated
5
+* Ontology Classification `scope` field is only set for top level classifications
6
+
7
# Version 3.20.0 (2022-04-27)
8
## Added
9
* Batches in a project can be retrieved with `project.batches()`
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.20.0"
+__version__ = "3.20.1"
import sys
import warnings
0 commit comments