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.
1 parent 262c21a commit 668bc1dCopy full SHA for 668bc1d
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# 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
+
6
# Version 2.5.5 (2021-05-17)
7
## Added
8
* `DataRow` now has a `media_attributes` field
docs/source/conf.py
@@ -21,7 +21,7 @@
21
copyright = '2021, Labelbox'
22
author = 'Labelbox'
23
24
-release = '2.5.5'
+release = '2.5.6'
25
26
# -- General configuration ---------------------------------------------------
27
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "2.5.5"
+__version__ = "2.5.6"
from labelbox.client import Client
from labelbox.schema.bulk_import_request import BulkImportRequest
0 commit comments