Skip to content

Commit 89a5d30

Browse files
chore: Bump to v2.3.0
- Use `time.monotonic` instead of `datetime.datetime.now` #23 (from @luccabb) - Drop support for Python 3.7 #49 (from @edgarrmondragon) - Improve performance of expo by multiplying previous result #50 (from @whonore) Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
1 parent eb6f0dc commit 89a5d30

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## [v2.3.0] - 2025-11-28
6+
57
### Changed
68

79
- Use `time.monotonic` instead of `datetime.datetime.now` https://github.com/python-backoff/backoff/pull/23 (from @luccabb)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-backoff"
3-
version = "2.2.2"
3+
version = "2.3.0"
44
description = "Function decoration for backoff and retry"
55
authors = [{ name = "Bob Green", email = "rgreen@aquent.com" }]
66
maintainers = [{ name = "Edgar Ramírez-Mondragón", email = "edgarrm358@gmail.com" }]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)