diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index e748f9a..3b42a49 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -2,6 +2,12 @@ Changelog ========= +0.7 (unreleased) +---------------- + +- Nothing changed yet. + + 0.6 (2015-04-09) ---------------- diff --git a/setup.py b/setup.py index a9ed61a..0971981 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import sys -version = '0.6' +version = '0.7.dev0' here = os.path.abspath(os.path.dirname(__file__))