Browse Source

HEAD is 0.8-dev

pull/262/head
Armin Ronacher 14 years ago
parent
commit
b64fa73467
  1. 2
      flask/__init__.py
  2. 2
      setup.py

2
flask/__init__.py

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

2
setup.py

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

Loading…
Cancel
Save