]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.13.2 (#1001) 0.13.2
authorTom Christie <tom@tomchristie.com>
Wed, 27 May 2020 14:58:41 +0000 (15:58 +0100)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 14:58:41 +0000 (15:58 +0100)
CHANGELOG.md
httpx/__version__.py

index c697d05599f42d6e8eae7b67e8f78084f3699f92..f7759bc842c4abef3cff7242e9f3a66b2c85238c 100644 (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
index d18f33ad6ffd98b84ce66395e98ca3cf48cf78a9..e59a0f26528ac1a447535d4c0cd6050a515fcbc0 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.13.1"
+__version__ = "0.13.2"