[Checkins] SVN: zope.app.testing/branches/3.5/ Prepare setup.py and CHANGES.txt for the next bugfix version (assuming

Marius Gedminas marius at pov.lt
Fri Mar 26 11:46:32 EDT 2010


Log message for revision 110204:
  Prepare setup.py and CHANGES.txt for the next bugfix version (assuming
  there will be one).
  
  

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

-=-
Modified: zope.app.testing/branches/3.5/CHANGES.txt
===================================================================
--- zope.app.testing/branches/3.5/CHANGES.txt	2010-03-26 15:43:45 UTC (rev 110203)
+++ zope.app.testing/branches/3.5/CHANGES.txt	2010-03-26 15:46:32 UTC (rev 110204)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.5.7 (unreleased)
+------------------
+
+-
+
 3.5.6 (2008-10-13)
 ------------------
 

Modified: zope.app.testing/branches/3.5/setup.py
===================================================================
--- zope.app.testing/branches/3.5/setup.py	2010-03-26 15:43:45 UTC (rev 110203)
+++ zope.app.testing/branches/3.5/setup.py	2010-03-26 15:46:32 UTC (rev 110204)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.testing',
-      version = '3.5.6',
+      version = '3.5.7dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Application Testing Support',



More information about the checkins mailing list