Skip to content

Commit c84e1f7

Browse files
committed
Bumped version number for this branch to 0.7.1
1 parent 381477f commit c84e1f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:license: BSD, see LICENSE for more details.
1111
"""
1212

13-
__version__ = '0.8-dev'
13+
__version__ = '0.7.1-dev'
1414

1515
# utilities we import from Werkzeug and Jinja2 that are unused
1616
# in the module but are exported as public interface.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def run_tests():
8686

8787
setup(
8888
name='Flask',
89-
version='0.8-dev',
89+
version='0.7.1-dev',
9090
url='http://github.com/mitsuhiko/flask/',
9191
license='BSD',
9292
author='Armin Ronacher',

0 commit comments

Comments
 (0)