Skip to content

Commit b53cb9a

Browse files
prepare release 4.0.0 (#941)
1 parent 1d1270e commit b53cb9a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

typing_extensions/CHANGELOG

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Changes in version 4.0.0
1+
# Release 4.0.0 (November 14, 2021)
22

33
- Starting with version 4.0.0, typing_extensions uses Semantic Versioning.
44
See the README for more information.
5-
- Dropped support for Python versions 3.5 and older.
5+
- Dropped support for Python versions 3.5 and older, including Python 2.7.
66
- Simplified backports for Python 3.6.0 and newer. Patch by Adam Turner (@AA-Turner).
77

88
## Added in version 4.0.0
@@ -24,3 +24,8 @@ unneeded for supporting Python 3.6 and newer.
2424
- HAVE_PROTOCOLS
2525
- V_co
2626
- VT_co
27+
28+
# Previous releases
29+
30+
Prior to release 4.0.0 we did not provide a changelog. Please check
31+
the Git history for details.

typing_extensions/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.0.0-pre"
9+
version = "4.0.0"
1010
description = "Backported and Experimental Type Hints for Python 3.6+"
1111
readme.text = """\
1212
Typing Extensions -- Backported and Experimental Type Hints for Python

0 commit comments

Comments
 (0)