Release 0.7.8 (#536)

This commit is contained in:
Florimond Manca 2019-11-19 22:06:04 +01:00 committed by GitHub
parent 2dbcaf859f
commit a5f9983037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,12 @@ 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.7.8 (November 17, 2019)
### Added
- Add support for proxy tunnels for Python 3.6 + asyncio. (Pull #521)
## 0.7.7 (November 15, 2019)
### Fixed

View File

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