Release 0.15.3 (#1318)
This commit is contained in:
parent
78afd08e0f
commit
24da8d40ff
@ -4,6 +4,12 @@ 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.3 (September 24th, 2020)
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fixed connection leak in async client due to improper closing of response streams. (Pull #1316)
|
||||
|
||||
## 0.15.2 (September 23nd, 2020)
|
||||
|
||||
### Fixed
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
__title__ = "httpx"
|
||||
__description__ = "A next generation HTTP client, for Python 3."
|
||||
__version__ = "0.15.2"
|
||||
__version__ = "0.15.3"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user