Skip to content

Commit

Permalink
release version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Oct 4, 2021
1 parent 6d637f0 commit 174fe44
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 174fe44

Please sign in to comment.