Skip to content

Commit 6f77625

Browse files
authored
Merge pull request #4287 from pallets/release-2.0.2
release version 2.0.2
2 parents 6d637f0 + 174fe44 commit 6f77625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
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

+1-1
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)