We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465ba78 commit 72298f0Copy full SHA for 72298f0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-# Release 4.12.0a1
+# Release 4.12.0a1 and 4.12.0a2
2
3
-This release primarily tests a revised release workflow. If all goes
+These releases primarily test a revised release workflow. If all goes
4
well, release 4.12.0rc1 will follow soon.
5
6
- Backport the `typing.NoDefault` sentinel object from Python 3.13.
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
7
[project]
8
name = "typing_extensions"
9
-version = "4.12.0a1"
+version = "4.12.0a2"
10
description = "Backported and Experimental Type Hints for Python 3.8+"
11
readme = "README.md"
12
requires-python = ">=3.8"
0 commit comments