[Checkins] SVN: zope.app.component/trunk/setup.py Fix up version.

Martijn Faassen faassen at startifact.com
Thu May 21 09:38:36 EDT 2009


Log message for revision 100203:
  Fix up version.
  

Changed:
  U   zope.app.component/trunk/setup.py

-=-
Modified: zope.app.component/trunk/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2009-05-21 13:37:32 UTC (rev 100202)
+++ zope.app.component/trunk/setup.py	2009-05-21 13:38:35 UTC (rev 100203)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.component',
-      version='3.7.1dev',
+      version='3.8.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Local Zope Component Support',
@@ -62,10 +62,10 @@
           'zope.site',
           'zope.annotation',
           'zope.app.container',
-          'zope.app.interface',
+          'zope.app.interface >= 3.5.0',
           'zope.app.pagetemplate',
           'zope.cachedescriptors',
-          'zope.component [hook]',
+          'zope.component [hook,zcml]',
           'zope.configuration',
           'zope.deferredimport',
           'zope.deprecation',



More information about the Checkins mailing list