This commit is contained in:
Tom Christie 2025-06-03 16:27:01 +02:00 committed by GitHub
commit 7bcebe6d50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ 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/).
## 0.28.2 (...)
* Update package classifiers. (#3460)
## 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.1"
__version__ = "0.28.2"