Skip to content

Commit a58790d

Browse files
author
Matt Sokoloff
committed
update changelog and bump version
1 parent 5bf1691 commit a58790d

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-rc3 (2021-08-11)
4+
## Updates
5+
* Geometry.raster now has a consistent interface and improved functionality
6+
* renamed schema_id to feature_schema_id in the `FeatureSchema` class
7+
* ImageData can load 2d images or masks
8+
39
# Version 3.0.0-rc2 (2021-08-09)
410
## Updates
511
* Rename `data` property of TextData, ImageData, and VideoData types to `value`.

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

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

0 commit comments

Comments
 (0)