]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.15.5 (#1335) 0.15.5
authorTom Christie <tom@tomchristie.com>
Thu, 1 Oct 2020 12:57:08 +0000 (13:57 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Oct 2020 12:57:08 +0000 (13:57 +0100)
* Version 0.15.5

* Tweak ChangeLog

CHANGELOG.md
httpx/__version__.py

index 9f009bd65eb946fe4fd264181dd956dfde8661d5..9d3f0990a6034274c4b926e1f6a5e02cd8a09d54 100644 (file)
@@ -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
index 83712c2ab1d3d3672bdd88136dede7959a1de318..fe401bde725b2c17514dbd33ad1d189e04db1e88 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.15.4"
+__version__ = "0.15.5"