8000 Prepare release 4.13.2 (#583) · python/typing_extensions@4525e9d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4525e9d

Browse files
Prepare release 4.13.2 (#583)
1 parent 88a0c20 commit 4525e9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# Release 4.13.2 (April 10, 2025)
22

33
- Fix `TypeError` when taking the union of `typing_extensions.TypeAliasType` and a
44
`typing.TypeAliasType` on Python 3.12 and 3.13.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.13.1"
9+
version = "4.13.2"
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)
0