Skip to content

Commit cbe651d

Browse files
author
Matt Sokoloff
committed
bump version
1 parent 86a3d37 commit cbe651d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
# Version 3.2.1 (2021-08-31)
4+
## Fix
5+
* Resolved issue with `create_data_rows()` was not working on amazon linux
6+
37
# Version 3.2.0 (2021-08-26)
48
## Added
59
* List `BulkImportRequest`s for a project with `Project.bulk_import_requests()`

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.2.0"
2+
__version__ = "3.2.1"
33

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

0 commit comments

Comments
 (0)