diff --git a/CHANGES.rst b/CHANGES.rst index d573554..f745837 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ zope.testrunner Changelog ************************* -4.4.4 (unreleased) +4.4.4 (2014-12-27) ================== - When looking for the right location of test code, start with longest diff --git a/setup.py b/setup.py index a957f24..a74fe87 100644 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ def run_tests(self): setup( name='zope.testrunner', - version='4.4.4dev', + version='4.4.4', url='http://pypi.python.org/pypi/zope.testrunner', license='ZPL 2.1', description='Zope testrunner script.',