From: Tom Christie Date: Fri, 29 May 2020 10:28:27 +0000 (+0100) Subject: Version 0.13.3 (#1006) X-Git-Tag: 0.13.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d880030e37d64c273ea23b92e24dc00b586c3b;p=thirdparty%2Fhttpx.git Version 0.13.3 (#1006) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f7759bc8..8a9f2474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/httpx/__version__.py b/httpx/__version__.py index e59a0f26..a1f0ef14 100644 --- a/httpx/__version__.py +++ b/httpx/__version__.py @@ -1,3 +1,3 @@ __title__ = "httpx" __description__ = "A next generation HTTP client, for Python 3." -__version__ = "0.13.2" +__version__ = "0.13.3"