added flask.__version__. Fixes #216.

This commit is contained in:
Kenneth Reitz 2011-06-16 17:18:06 -04:00
parent 207006f4c3
commit 12f1e7e704

View file

@ -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