Skip to content

Commit f40ab66

Browse files
author
Kevin Kim
committed
Prepping 3.25.2
1 parent 724dd58 commit f40ab66

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
# Version 3.25.2 (2022-07-26)
4+
## Fixed
5+
* Fixed Metadata not importing with DataRows when bulk importing local files.
6+
7+
# Version 3.25.1 (2022-07-20)
8+
## Fixed
9+
* Removed extra dependency causing import errors.
10+
311
# Version 3.25.0 (2022-07-20)
412

513
## 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)