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 724dd58 commit f40ab66Copy full SHA for f40ab66
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
9
+* Removed extra dependency causing import errors.
10
11
# Version 3.25.0 (2022-07-20)
12
13
## Added
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.25.1"
+__version__ = "3.25.2"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments