Skip to content

Commit

Permalink
Version 0.15.2 (#1314)
Browse files Browse the repository at this point in the history
* Fix response.elapsed

* Version 0.15.2
  • Loading branch information
tomchristie committed Sep 23, 2020
1 parent befa57c commit 8ceb34f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion httpx/__version__.py
@@ -1,3 +1,3 @@
__title__ = "httpx"
__description__ = "A next generation HTTP client, for Python 3."
__version__ = "0.15.1"
__version__ = "0.15.2"

0 comments on commit 8ceb34f

Please sign in to comment.