Skip to content

Commit bf5317f

Browse files
author
Matt Sokoloff
committed
prep for release
1 parent 00b9976 commit bf5317f

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.2.0 (2021-08-26)
4+
## Added
5+
* List Bulk Import Requests for a project with `Project.bulk_import_requests()`
6+
* Bulk import attachments and data rows with `Dataset.create_data_rows()`
7+
* Local files can now be uploaded with `external_ids` when bulk creating data rows
8+
9+
# Fix
10+
* Bug causing `project.label_generator()` to fail when projects had benchmarks
11+
312
# Version 3.1.0 (2021-08-18)
413
## Added
514
* Support for new HTML attachment type

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.1.0"
2+
__version__ = "3.2.0"
33

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

0 commit comments

Comments
 (0)