From 21fde1f0d04f78e080ca4f6119293b607d9a0475 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Thu, 16 May 2024 15:08:31 -0400 Subject: [PATCH] Prepare releaes 4.12.0a1 (#398) --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f297f2..d6535df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# Unreleased +# Release 4.12.0a1 + +This release primarily tests a revised release workflow. If all goes +well, release 4.12.0rc1 will follow soon. - Backport the `typing.NoDefault` sentinel object from Python 3.13. TypeVars, ParamSpecs and TypeVarTuples without default values now have diff --git a/pyproject.toml b/pyproject.toml index a59c9a0b..a557efd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" # Project metadata [project] name = "typing_extensions" -version = "4.11.0" +version = "4.12.0a1" description = "Backported and Experimental Type Hints for Python 3.8+" readme = "README.md" requires-python = ">=3.8"