Skip to content

Commit

Permalink
release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jul 4, 2019
1 parent 8a78fdb commit 1b4ace9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/flask/__init__.py
Expand Up @@ -56,4 +56,4 @@
from .templating import render_template
from .templating import render_template_string

__version__ = "1.1.0.dev"
__version__ = "1.1.0"

0 comments on commit 1b4ace9

Please sign in to comment.