Skip to content

Commit d2111e2

Browse files
authored
Merge pull request #559 from Labelbox/jt/updatecl
3.20.1 Changelog Update
2 parents ad9fe85 + 465e922 commit d2111e2

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 only set 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)