Version 0.13.2 (#1001)
This commit is contained in:
parent
3721a7869e
commit
f5e1aa5517
@ -4,6 +4,14 @@ 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.13.2 (May 27th, 2020)
|
||||
|
||||
### Fixed
|
||||
|
||||
* Include explicit "Content-Length: 0" on POST, PUT, PATCH if no request body is used. (Pull #995)
|
||||
* Add `http2` option to `httpx.Client`. (Pull #982)
|
||||
* Tighten up API typing in places. (Pull #992, #999)
|
||||
|
||||
## 0.13.1 (May 22nd, 2020)
|
||||
|
||||
### Fixed
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
__title__ = "httpx"
|
||||
__description__ = "A next generation HTTP client, for Python 3."
|
||||
__version__ = "0.13.1"
|
||||
__version__ = "0.13.2"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user