next version 1.2.0

This commit is contained in:
David Lord 2020-02-09 15:20:23 -08:00
parent 38eb5d3b49
commit 8d5234e4c7
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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"