[Checkins] SVN: zope.app.testing/trunk/ preparing the 3.7.3 release

Fabio Tranchitella kobold at kobold.it
Thu Aug 20 09:18:11 EDT 2009


Log message for revision 103009:
  preparing the 3.7.3 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	2009-08-20 12:46:21 UTC (rev 103008)
+++ zope.app.testing/trunk/CHANGES.txt	2009-08-20 13:18:10 UTC (rev 103009)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.3 (unreleased)
+3.7.3 (2009-08-20)
 ------------------
 
 - Fixed tests for python 2.4 as well as python 2.5 and 2.6; the change in

Modified: zope.app.testing/trunk/setup.py
===================================================================
--- zope.app.testing/trunk/setup.py	2009-08-20 12:46:21 UTC (rev 103008)
+++ zope.app.testing/trunk/setup.py	2009-08-20 13:18:10 UTC (rev 103009)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.testing',
-      version = '3.7.3dev',
+      version = '3.7.3',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Application Testing Support',



More information about the Checkins mailing list