forked from orbit-oss/flask
release version 1.1.3
This commit is contained in:
parent
ae647b5750
commit
661bbcdb90
2 changed files with 2 additions and 2 deletions
|
|
@ -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`
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue