diff --git a/typing_extensions/CHANGELOG b/typing_extensions/CHANGELOG index 550a1463..ed46f3bf 100644 --- a/typing_extensions/CHANGELOG +++ b/typing_extensions/CHANGELOG @@ -1,4 +1,4 @@ -# Unreleased +# Release 4.2.0 (April 17, 2022) - Update `typing_extensions.dataclass_transform` to rename the `field_descriptors` parameter to `field_specifiers` and accept diff --git a/typing_extensions/pyproject.toml b/typing_extensions/pyproject.toml index fbd01801..217b9499 100644 --- a/typing_extensions/pyproject.toml +++ b/typing_extensions/pyproject.toml @@ -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" @@ -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",