start version 2.1.0.dev0

This commit is contained in:
David Lord 2021-05-11 14:48:48 -07:00
parent 6fb1101f70
commit 2846abaefe
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
.. currentmodule:: flask .. currentmodule:: flask
Version 2.1.0
-------------
Unreleased
Version 2.0.1 Version 2.0.1
------------- -------------

View file

@ -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.1.dev0" __version__ = "2.1.0.dev0"