We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8e55f commit a237146Copy full SHA for a237146
typing_extensions/CHANGELOG
@@ -1,8 +1,10 @@
1
-# Unreleased
+# Release 4.0.1 (November 30, 2021)
2
3
- Fix broken sdist in release 4.0.0. Patch by Adam Turner (@AA-Turner).
4
- Fix equality comparison for `Required` and `NotRequired`. Patch by
5
Jelle Zijlstra (@jellezijlstra).
6
+- Fix usage of `Self` as a type argument. Patch by Chris Wesseling
7
+ (@CharString) and James Hilton-Balfe (@Gobot1234).
8
9
# Release 4.0.0 (November 14, 2021)
10
typing_extensions/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
-version = "4.0.0"
+version = "4.0.1"
description = "Backported and Experimental Type Hints for Python 3.6+"
11
readme.text = """\
12
Typing Extensions -- Backported and Experimental Type Hints for Python
0 commit comments