Skip to content

Commit

Permalink
prepare release 4.2.0 (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Apr 17, 2022
1 parent 783c8ca commit 9a39406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion typing_extensions/CHANGELOG
@@ -1,4 +1,4 @@
# Unreleased
# Release 4.2.0 (April 17, 2022)

- Re-export `typing.Unpack` and `typing.TypeVarTuple` on Python 3.11.
- Add `ParamSpecArgs` and `ParamSpecKwargs` to `__all__`.
Expand Down
6 changes: 3 additions & 3 deletions typing_extensions/pyproject.toml
Expand Up @@ -6,8 +6,8 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
version = "4.1.1"
description = "Backported and Experimental Type Hints for Python 3.6+"
version = "4.2.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
readme = "README.rst"
requires-python = ">=3.7"
urls.Home = "https://github.com/python/typing/blob/master/typing_extensions/README.rst"
Expand All @@ -28,7 +28,7 @@ keywords = [
]
# Classifiers list: https://pypi.org/classifiers/
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: Python Software Foundation License",
Expand Down

0 comments on commit 9a39406

Please sign in to comment.