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 95ffab9 + a0ee3c9 commit 00b5351Copy full SHA for 00b5351
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# Version 3.24.1 (2022-07-07)
4
+## Updated
5
+* Added `refresh_ontology()` as part of create/update/delete metadata schema functions
6
+
7
# Version 3.24.0 (2022-07-06)
8
## Added
9
* `DataRowMetadataOntology` class now has functions to create/update/delete metadata schema
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.24.0"
+__version__ = "3.24.1"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments