[Checkins] SVN: zope.app.container/trunk/ Next feature release would be 3.7.0. If bugfixes to 3.6.x happen in between, they can

Philipp von Weitershausen philikon at philikon.de
Wed Oct 15 11:50:25 EDT 2008


Log message for revision 92229:
  Next feature release would be 3.7.0.  If bugfixes to 3.6.x happen in between, they can
  easily be made anyway before 3.7.0 is released.
  

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

-=-
Modified: zope.app.container/trunk/CHANGES.txt
===================================================================
--- zope.app.container/trunk/CHANGES.txt	2008-10-15 15:47:48 UTC (rev 92228)
+++ zope.app.container/trunk/CHANGES.txt	2008-10-15 15:50:25 UTC (rev 92229)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.7.0 (unreleased)
+------------------
+
+- ...
+
 3.6.1 (2008-10-15)
 ------------------
 

Modified: zope.app.container/trunk/setup.py
===================================================================
--- zope.app.container/trunk/setup.py	2008-10-15 15:47:48 UTC (rev 92228)
+++ zope.app.container/trunk/setup.py	2008-10-15 15:50:25 UTC (rev 92229)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.6.1dev',
+      version = '3.7.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list