[Checkins] SVN: zope.app.testing/trunk/ Prep 3.7.5 release.

Tres Seaver tseaver at palladion.com
Sat Apr 10 20:08:30 EDT 2010


Log message for revision 110725:
  Prep 3.7.5 release.

Changed:
  U   zope.app.testing/trunk/CHANGES.txt
  U   zope.app.testing/trunk/setup.py

-=-
Modified: zope.app.testing/trunk/CHANGES.txt
===================================================================
--- zope.app.testing/trunk/CHANGES.txt	2010-04-11 00:04:11 UTC (rev 110724)
+++ zope.app.testing/trunk/CHANGES.txt	2010-04-11 00:08:30 UTC (rev 110725)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.5 (unreleased)
+3.7.5 (2010-04-10)
 ------------------
 
 - Switch doctests to use the stdlib ``doctest`` module, rather than the

Modified: zope.app.testing/trunk/setup.py
===================================================================
--- zope.app.testing/trunk/setup.py	2010-04-11 00:04:11 UTC (rev 110724)
+++ zope.app.testing/trunk/setup.py	2010-04-11 00:08:30 UTC (rev 110725)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.testing',
-      version = '3.7.5dev',
+      version = '3.7.5',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Application Testing Support',



More information about the checkins mailing list