Skip to content

Commit 7b2bbb9

Browse files
Merge pull request #581 from Labelbox/kkim/release-3-22-1
[AL-0] __init__ and changelog changes for 3.22.1
2 parents 8389ca2 + 459fa15 commit 7b2bbb9

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)