From f6b76571fa2d2ec89224dbcc82e1b6bfb7144d0f Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 5 Jan 2022 16:24:42 +0000 Subject: [PATCH] Version 0.21.2 (#2011) --- CHANGELOG.md | 7 +++++++ httpx/__version__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 614f0992..92306016 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.21.2 (5th January, 2022) + +### Fixed + +* HTTP/2 support for tunnelled proxy cases. (#2009) +* Improved the speed of large file uploads. (#1948) + ## 0.21.1 (16th November, 2021) ### Fixed diff --git a/httpx/__version__.py b/httpx/__version__.py index 60943c3c..4b45451c 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.21.1" +__version__ = "0.21.2" -- 2.47.3