Bump version to 0.6.3.1 to re-release with changelog info

This commit is contained in:
Matt Good
2012-04-16 13:25:25 -07:00
parent 75bac4e961
commit 72e8e277af
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,6 +1,12 @@
Changes
=======
0.6.3.1 (2012-04-16)
------------------
New release to add missing changelog for 0.6.3
0.6.3 (2012-04-16)
------------------
Fixes:
+1 -1
View File
@@ -14,7 +14,7 @@ except:
setup(
name='Flask-DebugToolbar',
version='0.6.3',
version='0.6.3.1',
url='http://github.com/mgood/flask-debugtoolbar',
license='BSD',
author='Michael van Tellingen',