We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bde206 commit d1d82caCopy full SHA for d1d82ca
CHANGES
@@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask release.
6
Version 0.11.1
7
--------------
8
9
-Bugfix release, unreleased.
+Bugfix release, released on June 7th 2016.
10
11
- Fixed a bug that prevented ``FLASK_APP=foobar/__init__.py`` from working. See
12
pull request ``#1872``.
flask/__init__.py
@@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""
13
-__version__ = '0.12-dev'
+__version__ = '0.11.1'
14
15
# utilities we import from Werkzeug and Jinja2 that are unused
16
# in the module but are exported as public interface.
0 commit comments