From 72298f05fc520f05ca9a280f5ed0fa3e5de27041 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Thu, 16 May 2024 15:18:42 -0400 Subject: [PATCH] 4.12.0a2 (#400) --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6535df7..c0e2530e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# Release 4.12.0a1 +# Release 4.12.0a1 and 4.12.0a2 -This release primarily tests a revised release workflow. If all goes +These releases primarily test 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. diff --git a/pyproject.toml b/pyproject.toml index a557efd1..d829337d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" # Project metadata [project] name = "typing_extensions" -version = "4.12.0a1" +version = "4.12.0a2" description = "Backported and Experimental Type Hints for Python 3.8+" readme = "README.md" requires-python = ">=3.8"