forked from orbit-oss/flask
start version 2.0.2.dev0
This commit is contained in:
parent
bc90801c2a
commit
e22021d531
2 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
|||
.. currentmodule:: flask
|
||||
|
||||
Version 2.0.2
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
|
||||
|
||||
Version 2.0.1
|
||||
-------------
|
||||
|
||||
|
|
|
|||
|
|
@ -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.1"
|
||||
__version__ = "2.0.2.dev0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue