Merge pull request #4287 from pallets/release-2.0.2

release version 2.0.2
This commit is contained in:
David Lord 2021-10-04 07:31:29 -07:00 committed by GitHub
commit 6f7762538b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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``

View File

@ -43,4 +43,4 @@ from .signals import template_rendered as template_rendered
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"