SVN: zope.testing/branches/3.8/ Preparing release 3.8.7

Marius Gedminas <[email protected]> Tue, 26 Jan 2010 07:44:58 -0500 (EST)
Newsgroups gmane.comp.web.zope.zope3.cvs
Message-ID <20100126124458.87DFA9417C__46812.0273355909$1264509908$gmane$org@cvs.zope.org>
Log message for revision 108511:
  Preparing release 3.8.7

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:38:45 UTC (rev 108510)
+++ zope.testing/branches/3.8/CHANGES.txt	2010-01-26 12:44:58 UTC (rev 108511)
@@ -1,7 +1,7 @@
 zope.testing Changelog
 **********************
 
-3.8.7 (unreleased)
+3.8.7 (2010-01-26)
 ==================
 
 - Downgraded the zope.testing.doctest deprecation warning into a

Modified: zope.testing/branches/3.8/setup.py
===================================================================
--- zope.testing/branches/3.8/setup.py	2010-01-26 12:38:45 UTC (rev 108510)
+++ zope.testing/branches/3.8/setup.py	2010-01-26 12:44:58 UTC (rev 108511)
@@ -85,7 +85,7 @@
 
 setup(
     name='zope.testing',
-    version = '3.8.7dev',
+    version = '3.8.7',
     url='http://pypi.python.org/pypi/zope.testing',
     license='ZPL 2.1',
     description='Zope testing framework, including the testrunner script.',