Skip to content

Commit

Permalink
prepare release 4.0.0 (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Nov 14, 2021
1 parent 1d1270e commit b53cb9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions typing_extensions/CHANGELOG
@@ -1,8 +1,8 @@
# Changes in version 4.0.0
# Release 4.0.0 (November 14, 2021)

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

## Added in version 4.0.0
Expand All @@ -24,3 +24,8 @@ unneeded for supporting Python 3.6 and newer.
- HAVE_PROTOCOLS
- V_co
- VT_co

# Previous releases

Prior to release 4.0.0 we did not provide a changelog. Please check
the Git history for details.
2 changes: 1 addition & 1 deletion typing_extensions/pyproject.toml
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
version = "4.0.0-pre"
version = "4.0.0"
description = "Backported and Experimental Type Hints for Python 3.6+"
readme.text = """\
Typing Extensions -- Backported and Experimental Type Hints for Python
Expand Down

0 comments on commit b53cb9a

Please sign in to comment.