diff --git a/CHANGES.rst b/CHANGES.rst index 06e4642560..0001bfe35b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 2.0.0 ------------- -Unreleased +Released 2021-05-11 - Drop support for Python 2 and 3.5. - Bump minimum versions of other Pallets projects: Werkzeug >= 2, diff --git a/src/flask/__init__.py b/src/flask/__init__.py index a2d92cd4fd..2c7bfbe781 100644 --- a/src/flask/__init__.py +++ b/src/flask/__init__.py @@ -43,4 +43,4 @@ from .templating import render_template from .templating import render_template_string -__version__ = "2.0.0rc2" +__version__ = "2.0.0"