Release 0.7.8 (#536)
This commit is contained in:
parent
2dbcaf859f
commit
a5f9983037
@ -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
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
__title__ = "httpx"
|
||||
__description__ = "A next generation HTTP client, for Python 3."
|
||||
__version__ = "0.7.7"
|
||||
__version__ = "0.7.8"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user