Skip to content

Commit 06b23e3

Browse files
Release 4.10.0rc1 (#340)
1 parent b7bf949 commit 06b23e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# Release 4.10.0rc1 (February 17, 2024)
22

33
- Add support for PEP 728, supporting the `closed` keyword argument and the
44
special `__extra_items__` key for TypedDict. Patch by Zixuan James Li.

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