Skip to content

Commit 675fc12

Browse files
author
Matt Sokoloff
committed
prep for release
1 parent 3bf041a commit 675fc12

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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 endpoint
10+
11+
312
# Version 3.0.1 (2021-08-12)
413
## Fix
514
* Issue with inferring text type from export

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.0.1"
2+
__version__ = "3.1.0"
33

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

0 commit comments

Comments
 (0)