We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8389ca2 + 459fa15 commit 7b2bbb9Copy full SHA for 7b2bbb9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# Version 3.22.1 (2022-05-23)
4
+## Updated
5
+* Renamed `custom_metadata` to `metadata_fields` in DataRow
6
+
7
# Version 3.22.0 (2022-05-20)
8
## Added
9
* `Dataset.create_data_row()` and `Dataset.create_data_rows()` now uploads metadata to data row
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.22.0"
+__version__ = "3.22.1"
import sys
import warnings
0 commit comments