Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit f56d31b

Browse files
committed
Prepare 2.1.0 release
1 parent 61b6637 commit f56d31b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v2.1.0] - 2022-06-07
4+
### Changed
5+
6+
- Get max_tries/max_time values for every call fixes #160 (from @jvrsantacruz)
7+
38
## [v2.0.1] - 2022-04-27
49
### Changed
510
- Allow None for jitter keyword arg (typing)

backoff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
'random_jitter',
2828
]
2929

30-
__version__ = '2.0.1'
30+
__version__ = '2.1.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "backoff"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
description = "Function decoration for backoff and retry"
55
authors = ["Bob Green <rgreen@aquent.com>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)