Skip to content

Commit f82d636

Browse files
Prepare release 4.9.0rc1 (#306)
1 parent daa7931 commit f82d636

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 4.9.0 (???)
1+
# Release 4.9.0rc1 (November 29, 2023)
22

33
- Add support for PEP 705, adding `typing_extensions.ReadOnly`. Patch
44
by Jelle Zijlstra.
@@ -11,8 +11,8 @@
1111
argument to the `msg` parameter. Patch by Alex Waygood.
1212
- `@deprecated` is now implemented as a class for better introspectability.
1313
Patch by Jelle Zijlstra.
14-
- Exclude `__match_args__` from `Protocol` members,
15-
this is a backport of https://github.com/python/cpython/pull/110683
14+
- Exclude `__match_args__` from `Protocol` members.
15+
Backport of https://github.com/python/cpython/pull/110683 by Nikita Sobolev.
1616
- When creating a `typing_extensions.NamedTuple` class, ensure `__set_name__`
1717
is called on all objects that define `__set_name__` and exist in the values
1818
of the `NamedTuple` class's class dictionary. Patch by Alex Waygood,

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.8.0"
9+
version = "4.9.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)