[Checkins] SVN: zope.app.container/branches/3.5/ next version is 3.5.5

Christophe Combelles ccomb at free.fr
Wed Jul 16 15:36:29 EDT 2008


Log message for revision 88424:
  next version is 3.5.5
  

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-07-16 19:34:52 UTC (rev 88423)
+++ zope.app.container/branches/3.5/CHANGES.txt	2008-07-16 19:36:28 UTC (rev 88424)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.5.5dev (unreleased)
+---------------------
+
+- 
+
 3.5.4 (2008-07-16)
 ---------------------
 

Modified: zope.app.container/branches/3.5/setup.py
===================================================================
--- zope.app.container/branches/3.5/setup.py	2008-07-16 19:34:52 UTC (rev 88423)
+++ zope.app.container/branches/3.5/setup.py	2008-07-16 19:36:28 UTC (rev 88424)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.5.4',
+      version = '3.5.5dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list