SVN: zope.testing/trunk/ Back to development: 3.9.2
Marius Gedminas <[email protected]> Sun, 14 Mar 2010 18:05:32 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20100314220532.E6D0D941AF__26977.9568691321$1268604396$gmane$org@cvs.zope.org> |
Log message for revision 109966:
Back to development: 3.9.2
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-03-14 22:04:51 UTC (rev 109965)
+++ zope.testing/trunk/CHANGES.txt 2010-03-14 22:05:32 UTC (rev 109966)
@@ -1,6 +1,12 @@
zope.testing Changelog
**********************
+3.9.2 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
3.9.1 (2010-03-15)
==================
Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py 2010-03-14 22:04:51 UTC (rev 109965)
+++ zope.testing/trunk/setup.py 2010-03-14 22:05:32 UTC (rev 109966)
@@ -85,7 +85,7 @@
setup(
name='zope.testing',
- version = '3.9.1',
+ version = '3.9.2dev',
url='http://pypi.python.org/pypi/zope.testing',
license='ZPL 2.1',
description='Zope testing framework, including the testrunner script.',