Skip to content

Commit bbb32d5

Browse files
committed
release version 2.0.0
1 parent 68afbca commit bbb32d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 2.0.0
44
-------------
55

6-
Unreleased
6+
Released 2021-05-11
77

88
- Drop support for Python 2 and 3.5.
99
- Bump minimum versions of other Pallets projects: Werkzeug >= 2,

src/flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
from .templating import render_template
4444
from .templating import render_template_string
4545

46-
__version__ = "2.0.0rc2"
46+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)