[Checkins] SVN: zope.security/trunk/ Oops; this really should be 3.5.0. Making it so.

Benji York benji at zope.com
Wed Mar 5 19:09:19 EST 2008


Log message for revision 84489:
  Oops; this really should be 3.5.0.  Making it so.
  

Changed:
  U   zope.security/trunk/CHANGES.txt
  U   zope.security/trunk/setup.py

-=-
Modified: zope.security/trunk/CHANGES.txt
===================================================================
--- zope.security/trunk/CHANGES.txt	2008-03-06 00:08:18 UTC (rev 84488)
+++ zope.security/trunk/CHANGES.txt	2008-03-06 00:09:19 UTC (rev 84489)
@@ -3,7 +3,7 @@
 =======
 
 
-3.4.1 - 2008-03-05
+3.5.0 - 2008-03-05
 -------------------
 
 - Updated dependencies (added zope.thread explictly).

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2008-03-06 00:08:18 UTC (rev 84488)
+++ zope.security/trunk/setup.py	2008-03-06 00:09:19 UTC (rev 84489)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.security',
-      version = '3.4.1dev',
+      version = '3.5.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope3 Security Architecture',



More information about the Checkins mailing list