Skip to content

Commit

Permalink
prepare release 4.1.0 (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Feb 12, 2022
1 parent e982c96 commit 16cf672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion typing_extensions/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 4.x.x
# Release 4.1.0 (February 12, 2022)

- Runtime support for PEP 646, adding `typing_extensions.TypeVarTuple`
and `typing_extensions.Unpack`.
Expand Down
2 changes: 1 addition & 1 deletion typing_extensions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
version = "4.0.1"
version = "4.1.0"
description = "Backported and Experimental Type Hints for Python 3.6+"
readme.text = """\
Typing Extensions -- Backported and Experimental Type Hints for Python
Expand Down

0 comments on commit 16cf672

Please sign in to comment.