[Checkins] SVN: zope.site/trunk/ the zope.container API change warrants a major version bump

Wolfgang Schnerring wosc at wosc.de
Thu Jan 29 14:04:01 EST 2009


Log message for revision 95511:
  the zope.container API change warrants a major version bump
  

Changed:
  U   zope.site/trunk/CHANGES.txt
  U   zope.site/trunk/setup.py

-=-
Modified: zope.site/trunk/CHANGES.txt
===================================================================
--- zope.site/trunk/CHANGES.txt	2009-01-29 19:03:09 UTC (rev 95510)
+++ zope.site/trunk/CHANGES.txt	2009-01-29 19:04:00 UTC (rev 95511)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.2 (unreleased)
+3.6.0 (unreleased)
 ------------------
 
 - Use zope.container instead of zope.app.container.

Modified: zope.site/trunk/setup.py
===================================================================
--- zope.site/trunk/setup.py	2009-01-29 19:03:09 UTC (rev 95510)
+++ zope.site/trunk/setup.py	2009-01-29 19:04:00 UTC (rev 95511)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.site',
-      version = '3.5.2dev',
+      version = '3.6.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Local Zope Component Support',



More information about the Checkins mailing list