Version 0.28.1 (#3445)

This commit is contained in:
Tom Christie 2024-12-06 15:35:41 +00:00 committed by GitHub
parent 89599a9541
commit 26d48e0634
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/).
## Dev
## 0.28.1 (6th December, 2024)
* Fix SSL case where `verify=False` together with client side certificates.

View File

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