We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e982c96 commit 16cf672Copy full SHA for 16cf672
typing_extensions/CHANGELOG
@@ -1,4 +1,4 @@
1
-# Release 4.x.x
+# Release 4.1.0 (February 12, 2022)
2
3
- Runtime support for PEP 646, adding `typing_extensions.TypeVarTuple`
4
and `typing_extensions.Unpack`.
typing_extensions/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
# Project metadata
7
[project]
8
name = "typing_extensions"
9
-version = "4.0.1"
+version = "4.1.0"
10
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