We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d637f0 + 174fe44 commit 6f77625Copy full SHA for 6f77625
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 2.0.2
4
-------------
5
6
-Unreleased
+Released 2021-10-04
7
8
- Fix type annotation for ``teardown_*`` methods. :issue:`4093`
9
- Fix type annotation for ``before_request`` and ``before_app_request``
src/flask/__init__.py
@@ -43,4 +43,4 @@
43
from .templating import render_template as render_template
44
from .templating import render_template_string as render_template_string
45
46
-__version__ = "2.0.2.dev0"
+__version__ = "2.0.2"
0 commit comments