Version 0.15.1 (#1308)

* Update CHANGELOG.md

* Update __version__.py
This commit is contained in:
Tom Christie 2020-09-23 10:12:50 +01:00 committed by GitHub
parent e53f995994
commit 27e67b32e9
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.15.1 (September 23nd, 2020)
### Fixed
* ASGITransport now properly applies URL decoding to the `path` component, as-per the ASGI spec. (Pull #1307)
## 0.15.0 (September 22nd, 2020)
### Added

View File

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