From: Michiel W. Beijen Date: Thu, 22 Aug 2024 15:03:23 +0000 (+0200) Subject: Version 0.27.1 (#3275) X-Git-Tag: 0.27.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bf1ba51242e6433f6a4cfa45a9338eb85bd7559;p=thirdparty%2Fhttpx.git Version 0.27.1 (#3275) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c2ec7c..42197a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## 0.27.1 (22st August, 2024) ## Added diff --git a/httpx/__version__.py b/httpx/__version__.py index c121a898..2289912a 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.27.0" +__version__ = "0.27.1"