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

Commit 24ae1b9

Browse files
committed
Prepare 2.1.2 release
1 parent a3d6359 commit 24ae1b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.2] - 2022-06-08
4+
### Fixed
5+
6+
- Don't use importlib.metadata for __version__ https://github.com/litl/backoff/issues/166
7+
38
## [v2.1.1] - 2022-06-08
49
### Fixed
510

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.1.1"
3+
version = "2.1.2"
44
description = "Function decoration for backoff and retry"
55
authors = ["Bob Green <[email protected]>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)