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

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


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

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

-=-
Modified: zope.app.publisher/trunk/CHANGES.txt
===================================================================
--- zope.app.publisher/trunk/CHANGES.txt	2009-01-29 18:59:41 UTC (rev 95504)
+++ zope.app.publisher/trunk/CHANGES.txt	2009-01-29 19:01:08 UTC (rev 95505)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.5.4 (unreleased)
+3.6.0 (unreleased)
 ==================
 
 - Use zope.container instead of zope.app.container.

Modified: zope.app.publisher/trunk/setup.py
===================================================================
--- zope.app.publisher/trunk/setup.py	2009-01-29 18:59:41 UTC (rev 95504)
+++ zope.app.publisher/trunk/setup.py	2009-01-29 19:01:08 UTC (rev 95505)
@@ -19,7 +19,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.app.publisher',
-      version = '3.5.4dev',
+      version = '3.6.0dev',
       url='http://pypi.python.org/pypi/zope.app.publisher/',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',



More information about the Checkins mailing list