Skip to content

Commit c4b6b46

Browse files
authored
Merge pull request #263 from Labelbox/ms/dev-3.2.0
prep for release
2 parents 00b9976 + 350eb5f commit c4b6b46

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
# Version 3.2.0 (2021-08-26)
4+
## Added
5+
* List `BulkImportRequest`s for a project with `Project.bulk_import_requests()`
6+
* Improvemens to `Dataset.create_data_rows()`
7+
* Add attachments when bulk importing data rows
8+
* Provide external ids when creating data rows from local files
9+
* Get more informative error messages when the api rejects an import
10+
11+
## Fix
12+
* Bug causing `project.label_generator()` to fail when projects had benchmarks
13+
314
# Version 3.1.0 (2021-08-18)
415
## Added
516
* 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)