From: Tom Christie Date: Thu, 1 Oct 2020 12:57:08 +0000 (+0100) Subject: Version 0.15.5 (#1335) X-Git-Tag: 0.15.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9354282ba60a857f959e5fe60cdf2b74cdbd294;p=thirdparty%2Fhttpx.git Version 0.15.5 (#1335) * Version 0.15.5 * Tweak ChangeLog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f009bd6..9d3f0990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +## 0.15.5 (October 1st, 2020) + +### Added + +* Add `response.next_request` (Pull ##1334) + ## 0.15.4 (September 25th, 2020) ### Added diff --git a/httpx/__version__.py b/httpx/__version__.py index 83712c2a..fe401bde 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.15.4" +__version__ = "0.15.5"