forked from orbit-oss/flask
start version 2.1.3
This commit is contained in:
parent
60ac0c5092
commit
a4f63e0390
2 changed files with 10 additions and 1 deletions
|
|
@ -1,5 +1,14 @@
|
|||
.. currentmodule:: flask
|
||||
|
||||
Version 2.1.3
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
|
||||
- Inline some optional imports that are only used for certain CLI
|
||||
commands. :pr:`4606`
|
||||
|
||||
|
||||
Version 2.1.2
|
||||
-------------
|
||||
|
||||
|
|
|
|||
|
|
@ -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.2"
|
||||
__version__ = "2.1.3.dev0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue