bump version to 0.6.0

This commit is contained in:
Thomas Waldmann 2013-12-24 20:10:55 +01:00
parent 3fc65cac44
commit 11b56ee5db
2 changed files with 2 additions and 2 deletions

View File

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

View File

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