Skip to content

Commit 9a39406

Browse files
prepare release 4.2.0 (#1144)
1 parent 783c8ca commit 9a39406

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

typing_extensions/CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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__`.

typing_extensions/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ build-backend = "flit_core.buildapi"
66
# Project metadata
77
[project]
88
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+"
1111
readme = "README.rst"
1212
requires-python = ">=3.7"
1313
urls.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/
3030
classifiers = [
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",

0 commit comments

Comments
 (0)