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.
1 parent 8389ca2 commit 459fa15Copy full SHA for 459fa15
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