Compare commits
3 Commits
master
...
version-0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0b46ebf4c | ||
|
|
fc3a4aa9bf | ||
|
|
e30c099c6f |
@ -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.
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
__title__ = "httpx"
|
||||
__description__ = "A next generation HTTP client, for Python 3."
|
||||
__version__ = "0.28.1"
|
||||
__version__ = "0.28.2"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user