Browse Source

Merge branch 'master' into json-sessions

pull/607/merge
Armin Ronacher 13 years ago
parent
commit
1740d7c51a
  1. 2
      flask/__init__.py
  2. 2
      setup.py

2
flask/__init__.py

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

2
setup.py

@ -77,7 +77,7 @@ class run_audit(Command):
setup(
name='Flask',
version='0.9',
version='0.10-dev',
url='http://github.com/mitsuhiko/flask/',
license='BSD',
author='Armin Ronacher',

Loading…
Cancel
Save