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 6b147ff commit 070d6fdCopy full SHA for 070d6fd
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+# Version 3.23.0 (2022-06-08)
4
+## Added
5
+* `Task` objects now has `errors` and `result` properties
6
+ * These are currently only compatible with data row import tasks
7
+* Officially added support for python 3.9
8
+
9
+## Removed
10
+* python 3.6 is no longer officially supported
11
12
# Version 3.22.1 (2022-05-23)
13
## Updated
14
* Renamed `custom_metadata` to `metadata_fields` in DataRow
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.22.1"
+__version__ = "3.23.0"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments