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 d5249a7 commit cd1eb75Copy full SHA for cd1eb75
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+# Version 3.0.0-rc2 (2021-08-09)
4
+## Updates
5
+* Rename `data` property of TextData, RasterData, and VideoData types to `value`.
6
+* Decrease wait time between updates for `BulkImportRequest.wait_until_done()`
7
+
8
9
# Version 3.0.0-rc1 (2021-08-05)
10
## Added
11
* Model diagnostics notebooks
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.0.0-rc1"
+__version__ = "3.0.0-rc2"
from labelbox.schema.project import Project
from labelbox.client import Client
0 commit comments