Version 0.27.1 (#3275)

This commit is contained in:
Michiel W. Beijen 2024-08-22 17:03:23 +02:00 committed by GitHub
parent 7c0cda153d
commit 1bf1ba5124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.27.1 (22st August, 2024)
## Added

View File

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