Skip to content

Commit 070d6fd

Browse files
author
Matt Sokoloff
committed
prep for release
1 parent 6b147ff commit 070d6fd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
# Version 3.22.1 (2022-05-23)
413
## Updated
514
* Renamed `custom_metadata` to `metadata_fields` in DataRow

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.1"
2+
__version__ = "3.23.0"
33

44
from labelbox.client import Client
55
from labelbox.schema.project import Project

0 commit comments

Comments
 (0)