Skip to content

Commit 4f71098

Browse files
authored
Prepare release 4.16.0rc2 (#771)
1 parent 37ed08a commit 4f71098

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Unreleased
1+
# Release 4.16.0rc2 (June 25, 2026)
22

3-
- Avoid a `DeprecationWarning` when applying `deprecated` to a coroutine function on
3+
- Avoid a `DeprecationWarning` when `deprecated` is applied to a coroutine function on
44
Python 3.14.0.
55

66
# Release 4.16.0rc1 (June 24, 2026)

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.16.0rc1.dev"
9+
version = "4.16.0rc2"
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)