SVN: zope.testing/trunk/ Back to development: 3.9.4
Marius Gedminas <[email protected]> Fri, 26 Mar 2010 13:10:59 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20100326171059.5162F941B8__32852.9148515829$1269623472$gmane$org@cvs.zope.org> |
Log message for revision 110219:
Back to development: 3.9.4
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-26 17:10:05 UTC (rev 110218)
+++ zope.testing/trunk/CHANGES.txt 2010-03-26 17:10:59 UTC (rev 110219)
@@ -1,6 +1,12 @@
zope.testing Changelog
**********************
+3.9.4 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
3.9.3 (2010-03-26)
==================
Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py 2010-03-26 17:10:05 UTC (rev 110218)
+++ zope.testing/trunk/setup.py 2010-03-26 17:10:59 UTC (rev 110219)
@@ -85,7 +85,7 @@
setup(
name='zope.testing',
- version = '3.9.3',
+ version = '3.9.4dev',
url='http://pypi.python.org/pypi/zope.testing',
license='ZPL 2.1',
description='Zope testing framework, including the testrunner script.',