SVN: zope.testing/trunk/ Prep 3.9.5 release.
Tres Seaver <[email protected]> Wed, 19 May 2010 11:17:57 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20100519151757.30C0D941B7__23301.1985816576$1274282281$gmane$org@cvs.zope.org> |
Log message for revision 112549:
Prep 3.9.5 release.
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:15:27 UTC (rev 112548)
+++ zope.testing/trunk/CHANGES.txt 2010-05-19 15:17:56 UTC (rev 112549)
@@ -1,7 +1,7 @@
zope.testing Changelog
**********************
-3.9.5 (Unreleased)
+3.9.5 (2010-05-19)
==================
- LP #579019: When layers were run in parallel, their tearDown was not
Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py 2010-05-19 15:15:27 UTC (rev 112548)
+++ zope.testing/trunk/setup.py 2010-05-19 15:17:56 UTC (rev 112549)
@@ -85,7 +85,7 @@
setup(
name='zope.testing',
- version = '3.9.5dev',
+ version = '3.9.5',
url='http://pypi.python.org/pypi/zope.testing',
license='ZPL 2.1',
description='Zope testing framework, including the testrunner script.',