[Checkins] SVN: zope.app.testing/trunk/ Preparing release 3.7.0

Michael Howitz mh at gocept.com
Fri Jun 19 15:20:11 EDT 2009


Log message for revision 101150:
  Preparing release 3.7.0

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-06-19 19:19:52 UTC (rev 101149)
+++ zope.app.testing/trunk/CHANGES.txt	2009-06-19 19:20:11 UTC (rev 101150)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.3 (unreleased)
+3.7.0 (2009-06-19)
 ------------------
 
 - Depend on new ``zope.processlifetime`` interfaces instead of using

Modified: zope.app.testing/trunk/setup.py
===================================================================
--- zope.app.testing/trunk/setup.py	2009-06-19 19:19:52 UTC (rev 101149)
+++ zope.app.testing/trunk/setup.py	2009-06-19 19:20:11 UTC (rev 101150)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.testing',
-      version = '3.6.3dev',
+      version = '3.7.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Application Testing Support',



More information about the Checkins mailing list