next version 1.2.0

This commit is contained in:
David Lord 2020-02-09 15:20:23 -08:00
parent 2f8157bc9e
commit 17cbfb2df5
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
.. currentmodule:: flask
Version 2.0.0
Version 1.2.0
-------------
Unreleased

View file

@ -57,4 +57,4 @@ from .signals import template_rendered
from .templating import render_template
from .templating import render_template_string
__version__ = "1.1.2.dev"
__version__ = "1.2.0.dev0"