Skip to content

Commit cc206cf

Browse files
authored
Version 0.25.2 (#2957)
* Version 0.25.2 * Update CHANGELOG.md
1 parent 87f39f1 commit cc206cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## Unreleased
7+
## 0.25.2 (24th November, 2023)
88

99
### Added
1010

httpx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "httpx"
22
__description__ = "A next generation HTTP client, for Python 3."
3-
__version__ = "0.25.1"
3+
__version__ = "0.25.2"

0 commit comments

Comments
 (0)