We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89599a9 commit 26d48e0Copy full SHA for 26d48e0
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
-## Dev
+## 0.28.1 (6th December, 2024)
8
9
* Fix SSL case where `verify=False` together with client side certificates.
10
httpx/__version__.py
@@ -1,3 +1,3 @@
1
__title__ = "httpx"
2
__description__ = "A next generation HTTP client, for Python 3."
3
-__version__ = "0.28.0"
+__version__ = "0.28.1"
0 commit comments