Skip to content

Commit f62fa3f

Browse files
Prepare release 4.6.1 (#186)
1 parent 88a7f68 commit f62fa3f

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.6.1 (May 23, 2023)
22

33
- Change deprecated `@runtime` to formal API `@runtime_checkable` in the error
44
message. Patch by Xuehai Pan.

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