Skip to content

Commit

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

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

- Fix type hint for wait generators https://github.com/litl/backoff/issues/177

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

- Improve type annotation for wait generators from @hauntsaninja
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.2.0"
__version__ = "2.2.1"
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.2.0"
version = "2.2.1"
description = "Function decoration for backoff and retry"
authors = ["Bob Green <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit d9d80a9

Please sign in to comment.