We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b6637 commit f56d31bCopy full SHA for f56d31b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [v2.1.0] - 2022-06-07
4
+### Changed
5
+
6
+- Get max_tries/max_time values for every call fixes #160 (from @jvrsantacruz)
7
8
## [v2.0.1] - 2022-04-27
9
### Changed
10
- Allow None for jitter keyword arg (typing)
backoff/__init__.py
@@ -27,4 +27,4 @@
27
'random_jitter',
28
]
29
30
-__version__ = '2.0.1'
+__version__ = '2.1.0'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "backoff"
-version = "2.0.1"
+version = "2.1.0"
description = "Function decoration for backoff and retry"
authors = ["Bob Green <[email protected]>"]
readme = "README.rst"
0 commit comments