Skip to content

Commit 0ab238d

Browse files
authored
Merge pull request #433 from Labelbox/jtso/cl
changelog
2 parents e6ceb7e + ddc37ae commit 0ab238d

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,4 +1,8 @@
11
# Changelog
2+
# Version 3.14.0 (2022-02-10)
3+
## Added
4+
* Updated metrics for classifications to be per-answer
5+
26
# Version 3.13.0 (2022-02-07)
37
## Added
48
* Added `from_shapely` method to create annotation types from Shapely objects

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.13.1"
2+
__version__ = "3.14.0"
33

44
from labelbox.schema.project import Project
55
from labelbox.client import Client

0 commit comments

Comments
 (0)