SVN: zope.testing/trunk/ svb
Tres Seaver <[email protected]> Wed, 19 May 2010 11:24:41 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 112551:
svb
Changed:
U zope.testing/trunk/CHANGES.txt
U zope.testing/trunk/setup.py
-=-
Modified: zope.testing/trunk/CHANGES.txt
===================================================================
--- zope.testing/trunk/CHANGES.txt 2010-05-19 15:24:13 UTC (rev 112550)
+++ zope.testing/trunk/CHANGES.txt 2010-05-19 15:24:40 UTC (rev 112551)
@@ -1,6 +1,11 @@
zope.testing Changelog
**********************
+3.9.6 (unreleased)
+==================
+
+- TBD
+
3.9.5 (2010-05-19)
==================
Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py 2010-05-19 15:24:13 UTC (rev 112550)
+++ zope.testing/trunk/setup.py 2010-05-19 15:24:40 UTC (rev 112551)
@@ -85,7 +85,7 @@
setup(
name='zope.testing',
- version = '3.9.5',
+ version = '3.9.6dev',
url='http://pypi.python.org/pypi/zope.testing',
license='ZPL 2.1',
description='Zope testing framework, including the testrunner script.',