release version 1.1.0

This commit is contained in:
David Lord 2019-07-04 16:04:42 -07:00
parent 8a78fdb09c
commit 1b4ace9ba5
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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"