Skip to content

Commit ed81f2b

Browse files
Prepare release 4.10.0 (#343)
1 parent 06b23e3 commit ed81f2b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Release 4.10.0 (February 24, 2024)
2+
3+
This feature release adds support for PEP 728 (TypedDict with extra
4+
items) and PEP 742 (``TypeIs``).
5+
6+
There are no changes since 4.10.0rc1.
7+
18
# Release 4.10.0rc1 (February 17, 2024)
29

310
- Add support for PEP 728, supporting the `closed` keyword argument and the

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