Skip to content

Commit d322dc4

Browse files
committed
Prepare v2.2.0 release
1 parent 3f491ca commit d322dc4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v2.2.0] - 2022-10-05
4+
5+
- Improve type annotation for wait generators from @hauntsaninja
6+
- Include exception in details dict of call handlers from @petamas
7+
- Improve type hints for call handlers from @cdce8p
8+
39
## [v2.1.2] - 2022-06-08
410
### Fixed
511

backoff/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
'random_jitter',
2828
]
2929

30-
__version__ = "2.1.2"
30+
__version__ = "2.2.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "backoff"
3-
version = "2.1.2"
3+
version = "2.2.0"
44
description = "Function decoration for backoff and retry"
55
authors = ["Bob Green <[email protected]>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)