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.
2 parents 710169e + 4355782 commit f1bd083Copy full SHA for f1bd083
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+# Version 3.25.3 (2022-08-10)
3
+## Fixed
4
+* Label export will continue polling if the downloadUrl is None
5
6
# Version 3.25.2 (2022-07-26)
7
## Updated
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.25.2"
+__version__ = "3.25.3"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments