We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68afbca commit bbb32d5Copy full SHA for bbb32d5
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 2.0.0
4
-------------
5
6
-Unreleased
+Released 2021-05-11
7
8
- Drop support for Python 2 and 3.5.
9
- Bump minimum versions of other Pallets projects: Werkzeug >= 2,
src/flask/__init__.py
@@ -43,4 +43,4 @@
43
from .templating import render_template
44
from .templating import render_template_string
45
46
-__version__ = "2.0.0rc2"
+__version__ = "2.0.0"
0 commit comments