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.
2 parents cefff9f + 00f4be4 commit ebc9bf5Copy full SHA for ebc9bf5
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+# Version 3.1.0 (2021-08-18)
4
+## Added
5
+* Support for new HTML attachment type
6
+* Delete Bulk Import Requests with `BulkImportRequest.delete()`
7
+
8
+## Misc
9
+* Updated MEAPredictionImport class to use latest grapqhql endpoints
10
11
12
# Version 3.0.1 (2021-08-12)
13
## Fix
14
* Issue with inferring text type from export
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.0.1"
+__version__ = "3.1.0"
from labelbox.schema.project import Project
from labelbox.client import Client
0 commit comments