forked from orbit-oss/flask
release version 2.0.2
This commit is contained in:
parent
6d637f0fdb
commit
174fe4453a
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Version 2.0.2
|
Version 2.0.2
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Unreleased
|
Released 2021-10-04
|
||||||
|
|
||||||
- Fix type annotation for ``teardown_*`` methods. :issue:`4093`
|
- Fix type annotation for ``teardown_*`` methods. :issue:`4093`
|
||||||
- Fix type annotation for ``before_request`` and ``before_app_request``
|
- Fix type annotation for ``before_request`` and ``before_app_request``
|
||||||
|
|
|
||||||
|
|
@ -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 as render_template
|
||||||
from .templating import render_template_string as render_template_string
|
from .templating import render_template_string as render_template_string
|
||||||
|
|
||||||
__version__ = "2.0.2.dev0"
|
__version__ = "2.0.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue