Added release script

This commit is contained in:
Armin Ronacher 2011-06-27 00:31:24 +02:00
parent ab6bac111c
commit 3d146548c7
4 changed files with 144 additions and 4 deletions

View file

@ -10,6 +10,8 @@
:license: BSD, see LICENSE for more details.
"""
__version__ = '0.7'
# utilities we import from Werkzeug and Jinja2 that are unused
# in the module but are exported as public interface.
from werkzeug import abort, redirect