Skip to content

Commit 346cea7

Browse files
chore: Bump to v2.3.0 (#53)
- 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 <[email protected]>
1 parent cc6f17e commit 346cea7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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 = "[email protected]" }]
66
maintainers = [{ name = "Edgar Ramírez-Mondragón", email = "[email protected]" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)