[Checkins] SVN: zope.app.testing/branches/3.7/ Back to development: 3.7.9

Michael Howitz mh at gocept.com
Fri Sep 17 11:49:20 EDT 2010


Log message for revision 116536:
  Back to development: 3.7.9

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

-=-
Modified: zope.app.testing/branches/3.7/CHANGES.txt
===================================================================
--- zope.app.testing/branches/3.7/CHANGES.txt	2010-09-17 15:48:51 UTC (rev 116535)
+++ zope.app.testing/branches/3.7/CHANGES.txt	2010-09-17 15:49:19 UTC (rev 116536)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+3.7.9 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 3.7.8 (2010-09-17)
 ------------------
 

Modified: zope.app.testing/branches/3.7/setup.py
===================================================================
--- zope.app.testing/branches/3.7/setup.py	2010-09-17 15:48:51 UTC (rev 116535)
+++ zope.app.testing/branches/3.7/setup.py	2010-09-17 15:49:19 UTC (rev 116536)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.testing',
-      version='3.7.8',
+      version='3.7.9dev',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Application Testing Support',



More information about the checkins mailing list