mirror of https://github.com/pallets/flask.git
start version 2.0.1.dev0
This commit is contained in:
parent
2f0c62f5e6
commit
6fb1101f70
|
@ -1,5 +1,11 @@
|
||||||
.. currentmodule:: flask
|
.. currentmodule:: flask
|
||||||
|
|
||||||
|
Version 2.0.1
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Unreleased
|
||||||
|
|
||||||
|
|
||||||
Version 2.0.0
|
Version 2.0.0
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
|
@ -43,4 +43,4 @@ from .signals import template_rendered
|
||||||
from .templating import render_template
|
from .templating import render_template
|
||||||
from .templating import render_template_string
|
from .templating import render_template_string
|
||||||
|
|
||||||
__version__ = "2.0.0"
|
__version__ = "2.0.1.dev0"
|
||||||
|
|
Loading…
Reference in New Issue