]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.13.3 (#1006) 0.13.3
authorTom Christie <tom@tomchristie.com>
Fri, 29 May 2020 10:28:27 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Fri, 29 May 2020 10:28:27 +0000 (11:28 +0100)
CHANGELOG.md
httpx/__version__.py

index f7759bc842c4abef3cff7242e9f3a66b2c85238c..8a9f24740cca611b3c3087285cbdd0b181e282d6 100644 (file)
@@ -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.13.3 (May 29th, 2020)
+
+### Fixed
+
+* Include missing keepalive expiry configuration. (Pull #1005)
+* Improved error message when URL redirect has a custom scheme. (Pull #1002)
+
 ## 0.13.2 (May 27th, 2020)
 
 ### Fixed
index e59a0f26528ac1a447535d4c0cd6050a515fcbc0..a1f0ef140765ee9bcec20005b30b1fa6c5ca1c75 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.13.2"
+__version__ = "0.13.3"