From: Tom Christie Date: Wed, 21 Feb 2024 13:06:19 +0000 (+0000) Subject: Version 0.27.0 (#3095) X-Git-Tag: 0.27.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=326b9431c761e1ef1e00b9f760d1f654c8db48c6;p=thirdparty%2Fhttpx.git 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 <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> --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7950a5f3..c063c081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/httpx/__version__.py b/httpx/__version__.py index 3edc842c..c121a898 100644 --- a/httpx/__version__.py +++ b/httpx/__version__.py @@ -1,3 +1,3 @@ __title__ = "httpx" __description__ = "A next generation HTTP client, for Python 3." -__version__ = "0.26.0" +__version__ = "0.27.0"