Skip to content

Commit a79a17c

Browse files
author
Bob Green
committed
Prepare v1.11.1 release
1 parent 0f9b79c commit a79a17c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,8 @@
156156
### NOTE
157157

158158
THIS WILL BE THE FINAL PYTHON 2.7 COMPATIBLE RELEASE.
159+
160+
## [v1.11.1] 2021-07-14
161+
### Changed
162+
163+
- Update __version__ in backoff module

backoff/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'random_jitter',
3030
]
3131

32-
__version__ = '1.11.0'
32+
__version__ = '1.11.1'
3333

3434

3535
if sys.version_info[0] < 3:

pyproject.toml

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

0 commit comments

Comments
 (0)