From 08be834984c0ee9d705f6db4635c708fd8fe3d2c Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Mon, 2 Jun 2025 07:40:31 -0700 Subject: [PATCH] Prepare release 4.14.0 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ca4dab..b2e833be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -# Unreleased +# Release 4.14.0 (June 2, 2025) + +Changes since 4.14.0rc1: - Remove `__or__` and `__ror__` methods from `typing_extensions.Sentinel` on Python versions <3.10. PEP 604 was introduced in Python 3.10, and diff --git a/pyproject.toml b/pyproject.toml index 77ab0e03..a8f3d525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" # Project metadata [project] name = "typing_extensions" -version = "4.14.0rc1" +version = "4.14.0" description = "Backported and Experimental Type Hints for Python 3.9+" readme = "README.md" requires-python = ">=3.9"