Merge pull request #4048 from pallets/release-1.1.3

Release 1.1.3
This commit is contained in:
David Lord 2021-05-13 16:24:21 -07:00 committed by GitHub
commit c04b0de558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

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.3.dev0"
__version__ = "1.1.3"