Skip to content

Commit f1bd083

Browse files
authored
Merge pull request #667 from Labelbox/3.25.3-dev
prep for release
2 parents 710169e + 4355782 commit f1bd083

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
# Version 3.25.3 (2022-08-10)
3+
## Fixed
4+
* Label export will continue polling if the downloadUrl is None
25

36
# Version 3.25.2 (2022-07-26)
47
## Updated

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

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

0 commit comments

Comments
 (0)