release version 1.1.0
This commit is contained in:
parent
8a78fdb09c
commit
1b4ace9ba5
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Version 1.1.0
|
Version 1.1.0
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Unreleased
|
Released 2019-07-04
|
||||||
|
|
||||||
- Bump minimum Werkzeug version to >= 0.15.
|
- Bump minimum Werkzeug version to >= 0.15.
|
||||||
- Drop support for Python 3.4.
|
- 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
|
||||||
from .templating import render_template_string
|
from .templating import render_template_string
|
||||||
|
|
||||||
__version__ = "1.1.0.dev"
|
__version__ = "1.1.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue