Skip to content

Commit 356934c

Browse files
Prepare release 4.6.0 (#177)
1 parent 8054a29 commit 356934c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Unreleased
1+
# Release 4.6.0 (May 22, 2023)
22

3+
- `typing_extensions` is now documented at
4+
https://typing-extensions.readthedocs.io/en/latest/. Patch by Jelle Zijlstra.
35
- Add `typing_extensions.Buffer`, a marker class for buffer types, as proposed
46
by PEP 688. Equivalent to `collections.abc.Buffer` in Python 3.12. Patch by
57
Jelle Zijlstra.

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ time, this may require different code for some older Python versions.
1515

1616
`typing_extensions` may also include experimental features that are not yet part of the
1717
standard library, so that users can experiment with them before they are added to the
18-
standard library. Such features should ideally already be specified in a PEP or draft
19-
PEP.
18+
standard library. Such features should already be specified in a PEP or merged into
19+
CPython's `main` branch.
2020

2121
`typing_extensions` supports Python versions 3.7 and up.
2222

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.5.0"
9+
version = "4.6.0"
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)