Prepare 0.7 release

This commit is contained in:
Matt Good
2012-05-18 17:54:46 -07:00
parent ffed47e157
commit 35eb0a1158
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
Changes
=======
0.7 (unreleased)
0.7 (2012-05-18)
----------------
Enhancements:

View File

@@ -14,7 +14,7 @@ except:
setup(
name='Flask-DebugToolbar',
version='0.6.3.1',
version='0.7',
url='http://github.com/mgood/flask-debugtoolbar',
license='BSD',
author='Michael van Tellingen',