Compare commits

...

3 Commits

Author SHA1 Message Date
Tom Christie
c0b46ebf4c
Update CHANGELOG.md 2025-03-04 11:28:56 +00:00
Tom Christie
fc3a4aa9bf
Update CHANGELOG.md 2025-03-04 11:27:33 +00:00
Tom Christie
e30c099c6f
Update version to 0.28.2
Update Python package with up to date classifiers.
2025-03-04 11:26:04 +00:00
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/). 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) ## 0.28.1 (6th December, 2024)
* Fix SSL case where `verify=False` together with client side certificates. * Fix SSL case where `verify=False` together with client side certificates.

View File

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