diff --git a/CHANGES.rst b/CHANGES.rst index bf43996..9cc696a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ zope.testrunner Changelog ************************* -4.4.7 (unreleased) +4.4.7 (2015-04-02) ================== - Work around a bug in PyPy3's curses module diff --git a/setup.py b/setup.py index a13ffa8..7cde201 100644 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ def run_tests(self): setup( name='zope.testrunner', - version='4.4.7.dev0', + version='4.4.7', url='http://pypi.python.org/pypi/zope.testrunner', license='ZPL 2.1', description='Zope testrunner script.',