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.
1 parent 86a3d37 commit cbe651dCopy full SHA for cbe651d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# Version 3.2.1 (2021-08-31)
4
+## Fix
5
+* Resolved issue with `create_data_rows()` was not working on amazon linux
6
+
7
# Version 3.2.0 (2021-08-26)
8
## Added
9
* List `BulkImportRequest`s for a project with `Project.bulk_import_requests()`
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.2.0"
+__version__ = "3.2.1"
from labelbox.schema.project import Project
from labelbox.client import Client
0 commit comments