mirror of https://github.com/pallets/flask.git
release version 2.1.3
This commit is contained in:
parent
a7859c6947
commit
134aebe601
|
@ -3,7 +3,7 @@
|
|||
Version 2.1.3
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
Released 2022-07-13
|
||||
|
||||
- Inline some optional imports that are only used for certain CLI
|
||||
commands. :pr:`4606`
|
||||
|
|
|
@ -42,4 +42,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.1.3.dev0"
|
||||
__version__ = "2.1.3"
|
||||
|
|
Loading…
Reference in New Issue