File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66# Project metadata
77[project ]
88name = " typing_extensions"
9- version = " 4.0.0-pre "
9+ version = " 4.0.0"
1010description = " Backported and Experimental Type Hints for Python 3.6+"
1111readme.text = """ \
1212Typing Extensions -- Backported and Experimental Type Hints for Python
You can’t perform that action at this time.
0 commit comments