Version 0.21.1 (#1941)

This commit is contained in:
Tom Christie 2021-11-16 11:51:56 +00:00 committed by GitHub
parent 4882e98049
commit 716749e3fd
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.21.1 (16th November, 2021)
### Fixed
* The `response.url` property is now correctly annotated as `URL`, instead of `Optional[URL]`. (#1940)
## 0.21.0 (15th November, 2021)
The 0.21.0 release integrates against a newly redesigned `httpcore` backend.

View File

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