[Checkins] SVN: zope.security/branches/3.4/setup.py BUmp version number after release and also require at least the latest zope.proxy

Philipp von Weitershausen philikon at philikon.de
Sun Jul 27 17:31:14 EDT 2008


Log message for revision 88839:
  BUmp version number after release and also require at least the latest zope.proxy
  releae (because it has the right headers) on this branch
  

Changed:
  U   zope.security/branches/3.4/setup.py

-=-
Modified: zope.security/branches/3.4/setup.py
===================================================================
--- zope.security/branches/3.4/setup.py	2008-07-27 21:28:55 UTC (rev 88838)
+++ zope.security/branches/3.4/setup.py	2008-07-27 21:31:14 UTC (rev 88839)
@@ -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.2dev',
       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