Version 0.13.2 (#1001)

This commit is contained in:
Tom Christie 2020-05-27 15:58:41 +01:00 committed by GitHub
parent 3721a7869e
commit f5e1aa5517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
__title__ = "httpx"
__description__ = "A next generation HTTP client, for Python 3."
__version__ = "0.13.1"
__version__ = "0.13.2"