We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4882e98 commit 716749eCopy full SHA for 716749e
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## 0.21.1 (16th November, 2021)
8
+
9
+### Fixed
10
11
+* The `response.url` property is now correctly annotated as `URL`, instead of `Optional[URL]`. (#1940)
12
13
## 0.21.0 (15th November, 2021)
14
15
The 0.21.0 release integrates against a newly redesigned `httpcore` backend.
httpx/__version__.py
@@ -1,3 +1,3 @@
1
__title__ = "httpx"
2
__description__ = "A next generation HTTP client, for Python 3."
3
-__version__ = "0.21.0"
+__version__ = "0.21.1"
0 commit comments