Skip to content

Commit 22dfe51

Browse files
committed
Version 0.4.6
1 parent df394e5 commit 22dfe51

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.6] - 2026-02-18
9+
10+
### Fixed
11+
- Don't recalculate `time_to_sleep` unecessarily
12+
813
## [0.4.5] - 2025-10-17
914

1015
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "httpx-retries"
7-
version = "0.4.5"
7+
version = "0.4.6"
88
description = "A retry layer for HTTPX."
99
requires-python = ">=3.9"
1010
authors = [{ name = "Will Ockmore", email = "[email protected]" }]

0 commit comments

Comments
 (0)