Skip to content

Commit 21fde1f

Browse files
Prepare releaes 4.12.0a1 (#398)
1 parent 63d8277 commit 21fde1f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Unreleased
1+
# Release 4.12.0a1
2+
3+
This release primarily tests a revised release workflow. If all goes
4+
well, release 4.12.0rc1 will follow soon.
25

36
- Backport the `typing.NoDefault` sentinel object from Python 3.13.
47
TypeVars, ParamSpecs and TypeVarTuples without default values now have

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
# Project metadata
77
[project]
88
name = "typing_extensions"
9-
version = "4.11.0"
9+
version = "4.12.0a1"
1010
description = "Backported and Experimental Type Hints for Python 3.8+"
1111
readme = "README.md"
1212
requires-python = ">=3.8"

0 commit comments

Comments
 (0)