[Checkins] SVN: zope.app.container/branches/3.5/ Next version is 3.5.7

Christophe Combelles ccomb at free.fr
Wed Aug 6 16:50:06 EDT 2008


Log message for revision 89470:
  Next version is 3.5.7
  

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

-=-
Modified: zope.app.container/branches/3.5/CHANGES.txt
===================================================================
--- zope.app.container/branches/3.5/CHANGES.txt	2008-08-06 20:48:10 UTC (rev 89469)
+++ zope.app.container/branches/3.5/CHANGES.txt	2008-08-06 20:50:06 UTC (rev 89470)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.5.7 (unreleased)
+------------------
+
+- ...
+
 3.5.6 (2008-08-06)
 ------------------
 

Modified: zope.app.container/branches/3.5/setup.py
===================================================================
--- zope.app.container/branches/3.5/setup.py	2008-08-06 20:48:10 UTC (rev 89469)
+++ zope.app.container/branches/3.5/setup.py	2008-08-06 20:50:06 UTC (rev 89470)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.5.6',
+      version = '3.5.7dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list