Skip to content

Commit 8ceb34f

Browse files
Version 0.15.2 (#1314)
* Fix response.elapsed * Version 0.15.2
1 parent befa57c commit 8ceb34f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

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+
714
## 0.15.1 (September 23nd, 2020)
815

916
### Fixed

httpx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "httpx"
22
__description__ = "A next generation HTTP client, for Python 3."
3-
__version__ = "0.15.1"
3+
__version__ = "0.15.2"

0 commit comments

Comments
 (0)