Skip to content

Commit

Permalink
Prepare v1.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Green committed Jul 14, 2021
1 parent 0f9b79c commit a79a17c
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
Expand Up @@ -156,3 +156,8 @@
### NOTE

THIS WILL BE THE FINAL PYTHON 2.7 COMPATIBLE RELEASE.

## [v1.11.1] 2021-07-14
### Changed

- Update __version__ in backoff module
2 changes: 1 addition & 1 deletion backoff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'random_jitter',
]

__version__ = '1.11.0'
__version__ = '1.11.1'


if sys.version_info[0] < 3:
Expand Down
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 = "1.11.0"
version = "1.11.1"
description = "Function decoration for backoff and retry"
authors = ["Bob Green <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit a79a17c

Please sign in to comment.