Skip to content

Commit 174fe44

Browse files
committed
release version 2.0.2
1 parent 6d637f0 commit 174fe44

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.2
44
-------------
55

6-
Unreleased
6+
Released 2021-10-04
77

88
- Fix type annotation for ``teardown_*`` methods. :issue:`4093`
99
- Fix type annotation for ``before_request`` and ``before_app_request``

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 as render_template
4444
from .templating import render_template_string as render_template_string
4545

46-
__version__ = "2.0.2.dev0"
46+
__version__ = "2.0.2"

0 commit comments

Comments
 (0)