master is 0.8-dev

This commit is contained in:
Armin Ronacher 2011-07-06 10:21:23 +02:00
parent 343d8a94e7
commit 515e946b02
2 changed files with 2 additions and 2 deletions

View file

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