diff --git a/CHANGELOG.md b/CHANGELOG.md index afd98ad7..f2e77c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Release 4.15.0 (August 25, 2025) + +No user-facing changes since 4.15.0rc1. + # Release 4.15.0rc1 (August 18, 2025) - Add the `@typing_extensions.disjoint_base` decorator, as specified diff --git a/pyproject.toml b/pyproject.toml index 171c6e64..adfed5d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" # Project metadata [project] name = "typing_extensions" -version = "4.15.0rc1" +version = "4.15.0" description = "Backported and Experimental Type Hints for Python 3.9+" readme = "README.md" requires-python = ">=3.9"