diff --git a/CHANGES.rst b/CHANGES.rst index 6f665e8..fb2d20f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ ``zodbpickle`` Changelog ======================== -0.6.0 (unreleased) +0.6.0 (2015-04-02) ------------------ - Restore the ``noload`` behaviour from Python 2.6 and provide the diff --git a/setup.py b/setup.py index 34a6def..464a59e 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( name='zodbpickle', - version='0.6.0.dev0', + version='0.6.0', description='Fork of Python 3 pickle module.', author='Python and Zope Foundation', author_email='zodb-dev@zope.org',