bump version to 0.7.0

This commit is contained in:
Thomas Waldmann 2014-07-17 14:21:37 +02:00
parent 89361bf912
commit addd486e5e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ChangeLog ChangeLog
========= =========
Release <TBD> Release 0.7.0
------------- -------------
Important notes: Important notes:

View File

@ -62,4 +62,4 @@ class Version(tuple): # pragma: no cover
return version_str return version_str
version = Version(0, 6, 0) version = Version(0, 7, 0)