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

Wolfgang Schnerring wosc at wosc.de
Thu Jan 29 14:02:27 EST 2009


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

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

-=-
Modified: zope.app.ftp/trunk/CHANGES.txt
===================================================================
--- zope.app.ftp/trunk/CHANGES.txt	2009-01-29 19:01:43 UTC (rev 95507)
+++ zope.app.ftp/trunk/CHANGES.txt	2009-01-29 19:02:27 UTC (rev 95508)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.4.1 (unreleased)
+3.5.0 (unreleased)
 ==================
 
 - Use zope.container instead of zope.app.container.

Modified: zope.app.ftp/trunk/setup.py
===================================================================
--- zope.app.ftp/trunk/setup.py	2009-01-29 19:01:43 UTC (rev 95507)
+++ zope.app.ftp/trunk/setup.py	2009-01-29 19:02:27 UTC (rev 95508)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.app.ftp',
-      version = '3.4.0',
+      version = '3.5.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope FTP Support',



More information about the Checkins mailing list