Skip to content

Commit 326b943

Browse files
Version 0.27.0 (#3095)
* Version 0.27.0 * Update CHANGELOG.md (#3097) wrong year I think? I'm new to github so idk if I'm doing this right Co-authored-by: ReadyRainFor <[email protected]> * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Rain <[email protected]> Co-authored-by: ReadyRainFor <[email protected]>
1 parent 3faa4a8 commit 326b943

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased
88

9+
## 0.27.0 (21st February, 2024)
10+
911
### Deprecated
1012

1113
* The `app=...` shortcut has been deprecated. Use the explicit style of `transport=httpx.WSGITransport()` or `transport=httpx.ASGITransport()` instead.

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.26.0"
3+
__version__ = "0.27.0"

0 commit comments

Comments
 (0)