Skip to content

Commit e527c32

Browse files
author
Kevin Kim
committed
Prep 3.32.0
1 parent 9a16b0c commit e527c32

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.32.0 (2022-12-02)
4+
### Added
5+
* Added `HTML` Enum to `MediaType`. `HTML` is introduced as a new asset type in Labelbox.
6+
37
# Version 3.31.0 (2022-11-28)
48
### Added
59
* Added `client.clear_global_keys()` to remove global keys from their associated data rows

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.31.0'
24+
release = '3.32.0'
2525

2626
# -- General configuration ---------------------------------------------------
2727

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.31.0"
2+
__version__ = "3.32.0"
33

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

0 commit comments

Comments
 (0)