]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.28.1 (#3445) 0.28.1
authorTom Christie <tom@tomchristie.com>
Fri, 6 Dec 2024 15:35:41 +0000 (15:35 +0000)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2024 15:35:41 +0000 (15:35 +0000)
CHANGELOG.md
httpx/__version__.py

index 4f1233ef8b64a0bf20f1a8b43c8e8bb192b245de..f4cd341b71cdf2988a31f1e0d25cb567ee8e30a9 100644 (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.
  
index 0a684ac3a94b07906f2dc76f4c85136297a9bfd8..801bfacf671017cfbebf1ac26ec385daa02ed260 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.28.0"
+__version__ = "0.28.1"