From 62fb35421dc889c82332da0d9661e771e8cfa86d Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Thu, 2 Apr 2015 10:37:23 +0300 Subject: [PATCH] Back to development: 4.4.8 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9cc696a..5e9d963 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ zope.testrunner Changelog ************************* +4.4.8 (unreleased) +================== + +- Nothing changed yet. + + 4.4.7 (2015-04-02) ================== diff --git a/setup.py b/setup.py index 7cde201..aaa1234 100644 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ def run_tests(self): setup( name='zope.testrunner', - version='4.4.7', + version='4.4.8.dev0', url='http://pypi.python.org/pypi/zope.testrunner', license='ZPL 2.1', description='Zope testrunner script.',