File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # Release 4.0.1 (November 30, 2021)
2
2
3
3
- Fix broken sdist in release 4.0.0. Patch by Adam Turner (@AA-Turner).
4
4
- Fix equality comparison for `Required` and `NotRequired`. Patch by
5
5
Jelle Zijlstra (@jellezijlstra).
6
+ - Fix usage of `Self` as a type argument. Patch by Chris Wesseling
7
+ (@CharString) and James Hilton-Balfe (@Gobot1234).
6
8
7
9
# Release 4.0.0 (November 14, 2021)
8
10
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
6
# Project metadata
7
7
[project ]
8
8
name = " typing_extensions"
9
- version = " 4.0.0 "
9
+ version = " 4.0.1 "
10
10
description = " Backported and Experimental Type Hints for Python 3.6+"
11
11
readme.text = """ \
12
12
Typing Extensions -- Backported and Experimental Type Hints for Python
You can’t perform that action at this time.
0 commit comments