Skip to content

Commit 459fa15

Browse files
author
Kevin Kim
committed
Release 3.22.1
1 parent 8389ca2 commit 459fa15

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.22.1 (2022-05-23)
4+
## Updated
5+
* Renamed `custom_metadata` to `metadata_fields` in DataRow
6+
37
# Version 3.22.0 (2022-05-20)
48
## Added
59
* `Dataset.create_data_row()` and `Dataset.create_data_rows()` now uploads metadata to data row

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.22.0"
2+
__version__ = "3.22.1"
33

44
import sys
55
import warnings

0 commit comments

Comments
 (0)