Skip to content

Commit fc461d6

Browse files
Release 4.9.0 (#313)
1 parent f82d636 commit fc461d6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 4.9.0 (December 9, 2023)
2+
3+
This feature release adds `typing_extensions.ReadOnly`, as specified
4+
by PEP 705, and makes various other improvements, especially to
5+
`@typing_extensions.deprecated()`.
6+
7+
There are no changes since 4.9.0rc1.
8+
19
# Release 4.9.0rc1 (November 29, 2023)
210

311
- Add support for PEP 705, adding `typing_extensions.ReadOnly`. Patch

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.9.0rc1"
9+
version = "4.9.0"
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)