Bumped version number for this branch to 0.7.1

This commit is contained in:
Armin Ronacher 2011-06-28 23:37:03 +02:00
parent 381477f0ab
commit c84e1f7855
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""
__version__ = '0.8-dev'
__version__ = '0.7.1-dev'
# utilities we import from Werkzeug and Jinja2 that are unused
# in the module but are exported as public interface.

View file

@ -86,7 +86,7 @@ def run_tests():
setup(
name='Flask',
version='0.8-dev',
version='0.7.1-dev',
url='http://github.com/mitsuhiko/flask/',
license='BSD',
author='Armin Ronacher',