Skip to content

Commit 1cf98a3

Browse files
rllinrllin
authored andcommitted
update version and changelog
1 parent 805d97f commit 1cf98a3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## Version 2.4.5 (2020-08-04)
4+
### Added
5+
* retry capabilities for common flaky API failures
6+
* protection against improper types passed into `Project.upload_anntations`
7+
* pass thru API error messages when possible
8+
39
## Version 2.4.3 (2020-08-04)
410

511
### Added

mypy.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
[mypy]
1+
[mypy-backoff.*]
2+
ignore_missing_imports = True
3+
4+
[mypy-ndjson.*]
5+
ignore_missing_imports = True
6+
7+
[mypy-google.*]
28
ignore_missing_imports = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="labelbox",
8-
version="2.4.4",
8+
version="2.4.5",
99
author="Labelbox",
1010
author_email="engineering@labelbox.com",
1111
description="Labelbox Python API",

0 commit comments

Comments
 (0)