added flask.__version__. Fixes #216.
This commit is contained in:
parent
207006f4c3
commit
12f1e7e704
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
|||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
__version__ = '0.6.1'
|
||||
|
||||
|
||||
# utilities we import from Werkzeug and Jinja2 that are unused
|
||||
# in the module but are exported as public interface.
|
||||
from werkzeug import abort, redirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue