[Checkins] SVN: zope.security/trunk/ The changes warrant a new feature release

Hanno Schlichting hannosch at hannosch.eu
Sun Sep 19 08:09:26 EDT 2010


Log message for revision 116632:
  The changes warrant a new feature release
  

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

-=-
Modified: zope.security/trunk/CHANGES.txt
===================================================================
--- zope.security/trunk/CHANGES.txt	2010-09-19 11:30:15 UTC (rev 116631)
+++ zope.security/trunk/CHANGES.txt	2010-09-19 12:09:26 UTC (rev 116632)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.4 (unreleased)
+3.8.0 (unreleased)
 ------------------
 
 - Added tests for our own ``configure.zcml``.

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2010-09-19 11:30:15 UTC (rev 116631)
+++ zope.security/trunk/setup.py	2010-09-19 12:09:26 UTC (rev 116632)
@@ -25,7 +25,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.security',
-      version = '3.7.4dev',
+      version = '3.8.0dev',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Security Framework',



More information about the checkins mailing list