Skip to content

Commit 26d48e0

Browse files
authored
Version 0.28.1 (#3445)
1 parent 89599a9 commit 26d48e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## Dev
7+
## 0.28.1 (6th December, 2024)
88

99
* Fix SSL case where `verify=False` together with client side certificates.
1010

httpx/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "httpx"
22
__description__ = "A next generation HTTP client, for Python 3."
3-
__version__ = "0.28.0"
3+
__version__ = "0.28.1"

0 commit comments

Comments
 (0)