Version 0.15.5 (#1335)

* Version 0.15.5

* Tweak ChangeLog
This commit is contained in:
Tom Christie 2020-10-01 13:57:08 +01:00 committed by GitHub
parent 3f51392bea
commit c9354282ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View 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

View File

@ -1,3 +1,3 @@
__title__ = "httpx"
__description__ = "A next generation HTTP client, for Python 3."
__version__ = "0.15.4"
__version__ = "0.15.5"