File tree 2 files changed +4
-4
lines changed
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)
2
2
3
3
- Re-export `typing.Unpack` and `typing.TypeVarTuple` on Python 3.11.
4
4
- 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"
6
6
# Project metadata
7
7
[project ]
8
8
name = " 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 +"
11
11
readme = " README.rst"
12
12
requires-python = " >=3.7"
13
13
urls.Home = " https://github.com/python/typing/blob/master/typing_extensions/README.rst"
@@ -28,7 +28,7 @@ keywords = [
28
28
]
29
29
# Classifiers list: https://pypi.org/classifiers/
30
30
classifiers = [
31
- " Development Status :: 3 - Alpha " ,
31
+ " Development Status :: 5 - Production/Stable " ,
32
32
" Environment :: Console" ,
33
33
" Intended Audience :: Developers" ,
34
34
" License :: OSI Approved :: Python Software Foundation License" ,
You can’t perform that action at this time.
0 commit comments