From 326b9431c761e1ef1e00b9f760d1f654c8db48c6 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 21 Feb 2024 13:06:19 +0000 Subject: [PATCH] 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> --- CHANGELOG.md | 2 ++ httpx/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7950a5f320..c063c0814a 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 3edc842c69..c121a898de 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"