Skip to content

Commit 716749e

Browse files
Version 0.21.1 (#1941)
1 parent 4882e98 commit 716749e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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.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+
713
## 0.21.0 (15th November, 2021)
814

915
The 0.21.0 release integrates against a newly redesigned `httpcore` backend.

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.21.0"
3+
__version__ = "0.21.1"

0 commit comments

Comments
 (0)