Skip to content

Commit df33f43

Browse files
authored
Merge pull request #596 from Labelbox/ms/3.23.0-dev
prep for release
2 parents 6b147ff + 55966ba commit df33f43

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
# Version 3.23.0 (2022-06-08)
4+
## Added
5+
* `Task` objects now have the following properties:
6+
* `errors` - fetch information about why the task failed
7+
* `result` - fetch the result of the task
8+
* These are currently only compatible with data row import tasks.
9+
* Officially added support for python 3.9
10+
11+
## Removed
12+
* python 3.6 is no longer officially supported
13+
314
# Version 3.22.1 (2022-05-23)
415
## Updated
516
* 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)