release version 1.1.3

This commit is contained in:
David Lord 2021-05-13 16:22:57 -07:00
parent ae647b5750
commit 661bbcdb90
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Version 1.1.3 Version 1.1.3
------------- -------------
Unreleased Released 2021-05-13
- Set maximum versions of Werkzeug, Jinja, Click, and ItsDangerous. - Set maximum versions of Werkzeug, Jinja, Click, and ItsDangerous.
:issue:`4043` :issue:`4043`

View File

@ -57,4 +57,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__ = "1.1.3.dev0" __version__ = "1.1.3"