]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.27.0 (#3095) 0.27.0
authorTom Christie <tom@tomchristie.com>
Wed, 21 Feb 2024 13:06:19 +0000 (13:06 +0000)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2024 13:06:19 +0000 (13:06 +0000)
* 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 <119354484+ReadyRainFor@users.noreply.github.com>
* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Rain <119354484+Rainkenstein@users.noreply.github.com>
Co-authored-by: ReadyRainFor <119354484+ReadyRainFor@users.noreply.github.com>
CHANGELOG.md
httpx/__version__.py

index 7950a5f320410c8c1f58fb376feaf6f3a969a7c3..c063c0814a66d108bd9d4d85759c587d102b2752 100644 (file)
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
 ## Unreleased
 
+## 0.27.0 (21st February, 2024)
+
 ### Deprecated
 
 * The `app=...` shortcut has been deprecated. Use the explicit style of `transport=httpx.WSGITransport()` or `transport=httpx.ASGITransport()` instead.
index 3edc842c69e989aa969331fdf73cd17a01bf3a4e..c121a898dec3f247dbf26abee214cd2dbc9e8615 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.26.0"
+__version__ = "0.27.0"