forked from orbit-oss/flask
Merge branch '0.11-maintenance'
This commit is contained in:
commit
b990d80764
2 changed files with 2 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -15,7 +15,7 @@ Version 0.12
|
||||||
Version 0.11.1
|
Version 0.11.1
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
Bugfix release, unreleased.
|
Bugfix release, released on June 7th 2016.
|
||||||
|
|
||||||
- Fixed a bug that prevented ``FLASK_APP=foobar/__init__.py`` from working. See
|
- Fixed a bug that prevented ``FLASK_APP=foobar/__init__.py`` from working. See
|
||||||
pull request ``#1872``.
|
pull request ``#1872``.
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
:license: BSD, see LICENSE for more details.
|
:license: BSD, see LICENSE for more details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '0.12-dev'
|
__version__ = '0.11.2-dev'
|
||||||
|
|
||||||
# utilities we import from Werkzeug and Jinja2 that are unused
|
# utilities we import from Werkzeug and Jinja2 that are unused
|
||||||
# in the module but are exported as public interface.
|
# in the module but are exported as public interface.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue