Skip to content

Commit

Permalink
Release 4.7.0rc1 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jun 21, 2023
1 parent cfd49f8 commit e69eea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# Release 4.7.0rc1 (June 21, 2023)

- Add `typing_extensions.get_protocol_members` and
`typing_extensions.is_protocol` (backport of CPython PR #104878).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
version = "4.6.3"
version = "4.7.0rc1"
description = "Backported and Experimental Type Hints for Python 3.7+"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit e69eea0

Please sign in to comment.