start version 2.1.2

This commit is contained in:
David Lord 2022-04-24 09:50:55 -07:00
parent 2b8b47817a
commit 69f71b4d94
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
Version 2.1.2
-------------
Unreleased
Version 2.1.1
-------------

View file

@ -42,4 +42,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.1.1"
__version__ = "2.1.2.dev0"