Skip to content

Commit

Permalink
Merge pull request pallets#4287 from pallets/release-2.0.2
Browse files Browse the repository at this point in the history
release version 2.0.2
  • Loading branch information
davidism authored Oct 4, 2021
2 parents 6d637f0 + 174fe44 commit 6f77625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version 2.0.2
-------------

Unreleased
Released 2021-10-04

- Fix type annotation for ``teardown_*`` methods. :issue:`4093`
- Fix type annotation for ``before_request`` and ``before_app_request``
Expand Down
2 changes: 1 addition & 1 deletion src/flask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
from .templating import render_template as render_template
from .templating import render_template_string as render_template_string

__version__ = "2.0.2.dev0"
__version__ = "2.0.2"

0 comments on commit 6f77625

Please sign in to comment.