Skip to content

Commit

Permalink
Prepare 1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Green committed Dec 7, 2019
1 parent decdeef commit 0777a0f
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 @@ -141,3 +141,8 @@
### Changed

- Don't include tests and changelog in distribution

## [v1.10.0] 2019-12-7
### Changed

- Allow sync decorator call from async function
2 changes: 1 addition & 1 deletion backoff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
'random_jitter'
]

__version__ = '1.9.2'
__version__ = '1.10.0'
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.9.2"
version = "1.10.0"
description = "Function decoration for backoff and retry"
authors = ["Bob Green <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit 0777a0f

Please sign in to comment.