diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index 2a6ee9c..e748f9a 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -2,8 +2,8 @@ Changelog ========= -0.6.dev0 (unreleased) ----------------------- +0.6 (2015-04-09) +---------------- - improve summary diff --git a/setup.py b/setup.py index 9aba87c..a9ed61a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import sys -version = '0.6.dev0' +version = '0.6' here = os.path.abspath(os.path.dirname(__file__))