[Checkins] SVN: zope.app.container/branches/3.5/ bump revision number on the trunk after release

Philipp von Weitershausen philikon at philikon.de
Sun Jul 27 18:03:19 EDT 2008


Log message for revision 88852:
  bump revision number on the trunk after release
  

Changed:
  U   zope.app.container/branches/3.5/CHANGES.txt
  _U  zope.app.container/branches/3.5/include/
  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-27 22:02:27 UTC (rev 88851)
+++ zope.app.container/branches/3.5/CHANGES.txt	2008-07-27 22:03:18 UTC (rev 88852)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.5.6 (unreleased)
+------------------
+
+- ...
+
 3.5.5 (2008-07-27)
 ------------------
 


Property changes on: zope.app.container/branches/3.5/include
___________________________________________________________________
Name: svn:externals
   - persistent     -r 71248 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/persistent
zope.proxy              svn://svn.zope.org/repos/main/zope.proxy/trunk/src/zope/proxy

   + persistent      svn://svn.zope.org/repos/main/ZODB/trunk/src/persistent
zope.proxy      svn://svn.zope.org/repos/main/zope.proxy/trunk/src/zope/proxy


Modified: zope.app.container/branches/3.5/setup.py
===================================================================
--- zope.app.container/branches/3.5/setup.py	2008-07-27 22:02:27 UTC (rev 88851)
+++ zope.app.container/branches/3.5/setup.py	2008-07-27 22:03:18 UTC (rev 88852)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.5.5dev',
+      version = '3.5.6dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list