Skip to content

Commit d1d82ca

Browse files
committed
Bump version to 0.11.1
1 parent 2bde206 commit d1d82ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask release.
66
Version 0.11.1
77
--------------
88

9-
Bugfix release, unreleased.
9+
Bugfix release, released on June 7th 2016.
1010

1111
- Fixed a bug that prevented ``FLASK_APP=foobar/__init__.py`` from working. See
1212
pull request ``#1872``.

flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:license: BSD, see LICENSE for more details.
1111
"""
1212

13-
__version__ = '0.12-dev'
13+
__version__ = '0.11.1'
1414

1515
# utilities we import from Werkzeug and Jinja2 that are unused
1616
# in the module but are exported as public interface.

0 commit comments

Comments
 (0)