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

Commit 0777a0f

Browse files
author
Bob Green
committed
Prepare 1.10.0 release
1 parent decdeef commit 0777a0f

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
@@ -141,3 +141,8 @@
141141
### Changed
142142

143143
- Don't include tests and changelog in distribution
144+
145+
## [v1.10.0] 2019-12-7
146+
### Changed
147+
148+
- Allow sync decorator call from async function

backoff/__init__.py

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

29-
__version__ = '1.9.2'
29+
__version__ = '1.10.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 = "1.9.2"
3+
version = "1.10.0"
44
description = "Function decoration for backoff and retry"
55
authors = ["Bob Green <rgreen@goscoutgo.com>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)