Skip to content

Commit 5faad36

Browse files
committed
update cl
1 parent ad9fe85 commit 5faad36

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.20.1 (2022-05-02)
4+
## Updated
5+
* Ontology Classification `scope` field is now correctly only for top level classifications
6+
37
# Version 3.20.0 (2022-04-27)
48
## Added
59
* Batches in a project can be retrieved with `project.batches()`

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.20.0"
2+
__version__ = "3.20.1"
33

44
import sys
55
import warnings

0 commit comments

Comments
 (0)