File tree 2 files changed +8
-3
lines changed
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)
2
2
3
3
- Starting with version 4.0.0, typing_extensions uses Semantic Versioning.
4
4
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 .
6
6
- Simplified backports for Python 3.6.0 and newer. Patch by Adam Turner (@AA-Turner).
7
7
8
8
## Added in version 4.0.0
@@ -24,3 +24,8 @@ unneeded for supporting Python 3.6 and newer.
24
24
- HAVE_PROTOCOLS
25
25
- V_co
26
26
- 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"
6
6
# Project metadata
7
7
[project ]
8
8
name = " typing_extensions"
9
- version = " 4.0.0-pre "
9
+ version = " 4.0.0"
10
10
description = " Backported and Experimental Type Hints for Python 3.6+"
11
11
readme.text = """ \
12
12
Typing Extensions -- Backported and Experimental Type Hints for Python
You can’t perform that action at this time.
0 commit comments