Skip to content

Commit cd1eb75

Browse files
author
Matt Sokoloff
committed
update version and changelog
1 parent d5249a7 commit cd1eb75

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
# Version 3.0.0-rc1 (2021-08-05)
410
## Added
511
* Model diagnostics notebooks

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.0.0-rc1"
2+
__version__ = "3.0.0-rc2"
33

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

0 commit comments

Comments
 (0)