Skip to content

Commit a237146

Browse files
prepare release 4.0.1 (#974)
1 parent 0c8e55f commit a237146

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

typing_extensions/CHANGELOG

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Unreleased
1+
# Release 4.0.1 (November 30, 2021)
22

33
- Fix broken sdist in release 4.0.0. Patch by Adam Turner (@AA-Turner).
44
- Fix equality comparison for `Required` and `NotRequired`. Patch by
55
Jelle Zijlstra (@jellezijlstra).
6+
- Fix usage of `Self` as a type argument. Patch by Chris Wesseling
7+
(@CharString) and James Hilton-Balfe (@Gobot1234).
68

79
# Release 4.0.0 (November 14, 2021)
810

typing_extensions/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
# Project metadata
77
[project]
88
name = "typing_extensions"
9-
version = "4.0.0"
9+
version = "4.0.1"
1010
description = "Backported and Experimental Type Hints for Python 3.6+"
1111
readme.text = """\
1212
Typing Extensions -- Backported and Experimental Type Hints for Python

0 commit comments

Comments
 (0)