Skip to content

Commit 16cf672

Browse files
prepare release 4.1.0 (#1072)
1 parent e982c96 commit 16cf672

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

typing_extensions/CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 4.x.x
1+
# Release 4.1.0 (February 12, 2022)
22

33
- Runtime support for PEP 646, adding `typing_extensions.TypeVarTuple`
44
and `typing_extensions.Unpack`.

typing_extensions/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.1"
9+
version = "4.1.0"
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)