Skip to content

Commit 05530d2

Browse files
Merge pull request #648 from Labelbox/kkim/prep_3.25.2
[AL-0] Prepping 3.25.2
2 parents 08d1767 + f3b9586 commit 05530d2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
# Version 3.25.2 (2022-07-26)
4+
## Updated
5+
* Mask downloads now have retries
6+
* Failed `upload_data` now shows more details in the error message
7+
8+
## Fixed
9+
* Fixed Metadata not importing with DataRows when bulk importing local files.
10+
* Fixed COCOConverter failing for empty annotations
11+
12+
## Documentation
13+
* Notebooks are up-to-date with examples of importing annotations without `schema_id`
14+
15+
# Version 3.25.1 (2022-07-20)
16+
## Fixed
17+
* Removed extra dependency causing import errors.
18+
319
# Version 3.25.0 (2022-07-20)
420

521
## Added

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.25.1"
2+
__version__ = "3.25.2"
33

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

0 commit comments

Comments
 (0)