Skip to content

Commit

Permalink
Prepare releaes 4.12.0a1 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed May 16, 2024
1 parent 63d8277 commit 21fde1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 21fde1f

Please sign in to comment.