Skip to content

Commit e69eea0

Browse files
Release 4.7.0rc1 (#248)
1 parent cfd49f8 commit e69eea0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# Release 4.7.0rc1 (June 21, 2023)
22

33
- Add `typing_extensions.get_protocol_members` and
44
`typing_extensions.is_protocol` (backport of CPython PR #104878).

pyproject.toml

+1-1
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.6.3"
9+
version = "4.7.0rc1"
1010
description = "Backported and Experimental Type Hints for Python 3.7+"
1111
readme = "README.md"
1212
requires-python = ">=3.7"

0 commit comments

Comments
 (0)