We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb1a4e commit d9d80a9Copy full SHA for d9d80a9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v2.2.1] - 2022-10-05
4
+
5
+- Fix type hint for wait generators https://github.com/litl/backoff/issues/177
6
7
## [v2.2.0] - 2022-10-05
8
9
- Improve type annotation for wait generators from @hauntsaninja
backoff/__init__.py
@@ -27,4 +27,4 @@
27
'random_jitter',
28
]
29
30
-__version__ = "2.2.0"
+__version__ = "2.2.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "backoff"
-version = "2.2.0"
+version = "2.2.1"
description = "Function decoration for backoff and retry"
authors = ["Bob Green <[email protected]>"]
readme = "README.rst"
0 commit comments