Version 0.21.2 (#2011)

This commit is contained in:
Tom Christie 2022-01-05 16:24:42 +00:00 committed by GitHub
parent eb46c2d809
commit f6b76571fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View 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.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

View File

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