[Checkins] SVN: zope.security/tags/3.4.1/setup.py Set version number of release and require the zope.proxy release that has

Philipp von Weitershausen philikon at philikon.de
Sun Jul 27 17:28:56 EDT 2008


Log message for revision 88838:
  Set version number of release and require the zope.proxy release that has 
  at least the matching headers.
  

Changed:
  U   zope.security/tags/3.4.1/setup.py

-=-
Modified: zope.security/tags/3.4.1/setup.py
===================================================================
--- zope.security/tags/3.4.1/setup.py	2008-07-27 21:28:10 UTC (rev 88837)
+++ zope.security/tags/3.4.1/setup.py	2008-07-27 21:28:55 UTC (rev 88838)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.security',
-      version = '3.4.0',
+      version = '3.4.1',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope3 Security Architecture',
@@ -72,7 +72,7 @@
                         'zope.i18nmessageid',
                         'zope.interface',
                         'zope.location',
-                        'zope.proxy',
+                        'zope.proxy >= 3.4.2',
                         'zope.schema',
                         ],
       extras_require = dict(



More information about the Checkins mailing list