Skip to content

Commit 7269638

Browse files
Prepare release 4.12.1 (#418)
1 parent 8dfcf3c commit 7269638

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Unreleased
1+
# Release 4.12.1 (June 1, 2024)
22

33
- Preliminary changes for compatibility with the draft implementation
4-
of PEP 649 in Python 3.14.
4+
of PEP 649 in Python 3.14. Patch by Jelle Zijlstra.
55
- Fix regression in v4.12.0 where nested `Annotated` types would cause
66
`TypeError` to be raised if the nested `Annotated` type had unhashable
7-
metadata.
7+
metadata. Patch by Alex Waygood.
88

99
# Release 4.12.0 (May 23, 2024)
1010

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.12.0"
9+
version = "4.12.1"
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)