Skip to content

Commit 27e67b3

Browse files
Version 0.15.1 (#1308)
* Update CHANGELOG.md * Update __version__.py
1 parent e53f995 commit 27e67b3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 0.15.1 (September 23nd, 2020)
8+
9+
### Fixed
10+
11+
* ASGITransport now properly applies URL decoding to the `path` component, as-per the ASGI spec. (Pull #1307)
12+
713
## 0.15.0 (September 22nd, 2020)
814

915
### Added

httpx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "httpx"
22
__description__ = "A next generation HTTP client, for Python 3."
3-
__version__ = "0.15.0"
3+
__version__ = "0.15.1"

0 commit comments

Comments
 (0)