Skip to content

Commit b07d245

Browse files
Prepare release 4.14.0 (#612)
1 parent fcf5265 commit b07d245

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Unreleased
1+
# Release 4.14.0 (June 2, 2025)
2+
3+
Changes since 4.14.0rc1:
24

35
- Remove `__or__` and `__ror__` methods from `typing_extensions.Sentinel`
46
on Python versions <3.10. PEP 604 was introduced in Python 3.10, and

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.14.0rc1"
9+
version = "4.14.0"
1010
description = "Backported and Experimental Type Hints for Python 3.9+"
1111
readme = "README.md"
1212
requires-python = ">=3.9"

0 commit comments

Comments
 (0)