SVN: zope.testing/branches/3.8/ Back to development: 3.8.8
Marius Gedminas <[email protected]> Tue, 26 Jan 2010 07:47:56 -0500 (EST)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20100126124756.3839B9417C__33535.2644128308$1264510085$gmane$org@cvs.zope.org> |
Log message for revision 108513:
Back to development: 3.8.8
Changed:
U zope.testing/branches/3.8/CHANGES.txt
U zope.testing/branches/3.8/setup.py
-=-
Modified: zope.testing/branches/3.8/CHANGES.txt
===================================================================
--- zope.testing/branches/3.8/CHANGES.txt 2010-01-26 12:45:32 UTC (rev 108512)
+++ zope.testing/branches/3.8/CHANGES.txt 2010-01-26 12:47:55 UTC (rev 108513)
@@ -1,6 +1,12 @@
zope.testing Changelog
**********************
+3.8.8 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
3.8.7 (2010-01-26)
==================
Modified: zope.testing/branches/3.8/setup.py
===================================================================
--- zope.testing/branches/3.8/setup.py 2010-01-26 12:45:32 UTC (rev 108512)
+++ zope.testing/branches/3.8/setup.py 2010-01-26 12:47:55 UTC (rev 108513)
@@ -85,7 +85,7 @@
setup(
name='zope.testing',
- version = '3.8.7',
+ version = '3.8.8dev',
url='http://pypi.python.org/pypi/zope.testing',
license='ZPL 2.1',
description='Zope testing framework, including the testrunner script.',