Skip to content

Commit

Permalink
Prepare 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bgreen-litl committed Apr 27, 2022
1 parent 23bb428 commit 92e7b6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v2.0.1] - 2022-04-27
### Changed
- Allow None for jitter keyword arg (typing)


## [v2.0.0] - 2022-04-26
### Added
- Add raise_on_giveup keyword arg for decorators
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.0.0'
__version__ = '2.0.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.0.0"
version = "2.0.1"
description = "Function decoration for backoff and retry"
authors = ["Bob Green <rgreen@aquent.com>"]
readme = "README.rst"
Expand Down

0 comments on commit 92e7b6e

Please sign in to comment.