Version 0.15.2 (#1314)

* Fix response.elapsed

* Version 0.15.2
This commit is contained in:
Tom Christie 2020-09-23 11:28:22 +01:00 committed by GitHub
parent befa57c6f9
commit 8ceb34f486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@ 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.2 (September 23nd, 2020)
### Fixed
* Fixed `response.elapsed` property. (Pull #1313)
* Fixed client authentication interaction with `.stream()`. (Pull #1312)
## 0.15.1 (September 23nd, 2020)
### Fixed

View File

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