Skip to content

Commit 668bc1d

Browse files
author
Matt Sokoloff
committed
prep for release
1 parent 262c21a commit 668bc1d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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 2.5.6 (2021-05-19)
3+
## Fix
4+
* MAL validation no longer raises exception when NER tool has same start and end location
5+
26
# Version 2.5.5 (2021-05-17)
37
## Added
48
* `DataRow` now has a `media_attributes` field

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '2.5.5'
24+
release = '2.5.6'
2525

2626
# -- General configuration ---------------------------------------------------
2727

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__ = "2.5.5"
2+
__version__ = "2.5.6"
33

44
from labelbox.client import Client
55
from labelbox.schema.bulk_import_request import BulkImportRequest

0 commit comments

Comments
 (0)