File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
1+ # Release 4.2.0 (April 17, 2022)
22
33- Re-export `typing.Unpack` and `typing.TypeVarTuple` on Python 3.11.
44- Add `ParamSpecArgs` and `ParamSpecKwargs` to `__all__`.
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ build-backend = "flit_core.buildapi"
66# Project metadata
77[project ]
88name = " typing_extensions"
9- version = " 4.1.1 "
10- description = " Backported and Experimental Type Hints for Python 3.6 +"
9+ version = " 4.2.0 "
10+ description = " Backported and Experimental Type Hints for Python 3.7 +"
1111readme = " README.rst"
1212requires-python = " >=3.7"
1313urls.Home = " https://github.com/python/typing/blob/master/typing_extensions/README.rst"
@@ -28,7 +28,7 @@ keywords = [
2828]
2929# Classifiers list: https://pypi.org/classifiers/
3030classifiers = [
31- " Development Status :: 3 - Alpha " ,
31+ " Development Status :: 5 - Production/Stable " ,
3232 " Environment :: Console" ,
3333 " Intended Audience :: Developers" ,
3434 " License :: OSI Approved :: Python Software Foundation License" ,
You can’t perform that action at this time.
0 commit comments