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 befa57c commit 8ceb34fCopy full SHA for 8ceb34f
CHANGELOG.md
@@ -4,6 +4,13 @@ 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.2 (September 23nd, 2020)
8
+
9
+### Fixed
10
11
+* Fixed `response.elapsed` property. (Pull #1313)
12
+* Fixed client authentication interaction with `.stream()`. (Pull #1312)
13
14
## 0.15.1 (September 23nd, 2020)
15
16
### Fixed
httpx/__version__.py
@@ -1,3 +1,3 @@
1
__title__ = "httpx"
2
__description__ = "A next generation HTTP client, for Python 3."
3
-__version__ = "0.15.1"
+__version__ = "0.15.2"
0 commit comments