forked from orbit-oss/flask
Bump version number to 0.7
This commit is contained in:
parent
97c54fd484
commit
fb1482d3bb
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
__version__ = '0.7-dev'
|
||||
__version__ = '0.7'
|
||||
|
||||
# utilities we import from Werkzeug and Jinja2 that are unused
|
||||
# in the module but are exported as public interface.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -86,7 +86,7 @@ def run_tests():
|
|||
|
||||
setup(
|
||||
name='Flask',
|
||||
version='0.7-dev',
|
||||
version='0.7',
|
||||
url='http://github.com/mitsuhiko/flask/',
|
||||
license='BSD',
|
||||
author='Armin Ronacher',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue