Version 0.25.2 (#2957)

* Version 0.25.2

* Update CHANGELOG.md
This commit is contained in:
Kar Petrosyan 2023-11-24 16:33:18 +04:00 committed by GitHub
parent 87f39f12c9
commit cc206cf2da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
## 0.25.2 (24th November, 2023)
### Added

View File

@ -1,3 +1,3 @@
__title__ = "httpx"
__description__ = "A next generation HTTP client, for Python 3."
__version__ = "0.25.1"
__version__ = "0.25.2"