mirror of https://github.com/pallets/flask.git
release version 1.1.0
This commit is contained in:
parent
8a78fdb09c
commit
1b4ace9ba5
|
|
@ -3,7 +3,7 @@
|
|||
Version 1.1.0
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
Released 2019-07-04
|
||||
|
||||
- Bump minimum Werkzeug version to >= 0.15.
|
||||
- Drop support for Python 3.4.
|
||||
|
|
|
|||
|
|
@ -56,4 +56,4 @@ from .signals import template_rendered
|
|||
from .templating import render_template
|
||||
from .templating import render_template_string
|
||||
|
||||
__version__ = "1.1.0.dev"
|
||||
__version__ = "1.1.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue