Skip to content

Commit

Permalink
Prepare v2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bgreen-litl committed Oct 5, 2022
1 parent 3f491ca commit d322dc4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v2.2.0] - 2022-10-05

- Improve type annotation for wait generators from @hauntsaninja
- Include exception in details dict of call handlers from @petamas
- Improve type hints for call handlers from @cdce8p

## [v2.1.2] - 2022-06-08
### Fixed

Expand Down
2 changes: 1 addition & 1 deletion backoff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
'random_jitter',
]

__version__ = "2.1.2"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "backoff"
version = "2.1.2"
version = "2.2.0"
description = "Function decoration for backoff and retry"
authors = ["Bob Green <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit d322dc4

Please sign in to comment.