We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f51392 commit c935428Copy full SHA for c935428
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## 0.15.5 (October 1st, 2020)
8
+
9
+### Added
10
11
+* Add `response.next_request` (Pull ##1334)
12
13
## 0.15.4 (September 25th, 2020)
14
15
### Added
httpx/__version__.py
@@ -1,3 +1,3 @@
1
__title__ = "httpx"
2
__description__ = "A next generation HTTP client, for Python 3."
3
-__version__ = "0.15.4"
+__version__ = "0.15.5"
0 commit comments