]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.15.2 (#1314) 0.15.2
authorTom Christie <tom@tomchristie.com>
Wed, 23 Sep 2020 10:28:22 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 10:28:22 +0000 (11:28 +0100)
* Fix response.elapsed

* Version 0.15.2

CHANGELOG.md
httpx/__version__.py

index 0da2047f86c8acc3a0b127bf4cf4423e0af783d0..663b990901fd72ca09a8f2af99438ec9bcc34024 100644 (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
index fa6553d980d4216edbbf753157dbf1f7dad18862..8a93b253b5c50468b60c32b3d6ce3e9454d5fbc8 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.15.1"
+__version__ = "0.15.2"