[Checkins] SVN: zope.security/trunk/ svb

Tres Seaver tseaver at palladion.com
Wed May 13 18:54:31 EDT 2009


Log message for revision 99941:
  svb

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

-=-
Modified: zope.security/trunk/CHANGES.txt
===================================================================
--- zope.security/trunk/CHANGES.txt	2009-05-13 22:51:47 UTC (rev 99940)
+++ zope.security/trunk/CHANGES.txt	2009-05-13 22:54:31 UTC (rev 99941)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.7.1 (unreleased)
+------------------
+
+- TBD
+
 3.7.0 (2009-05-13)
 ------------------
 

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2009-05-13 22:51:47 UTC (rev 99940)
+++ zope.security/trunk/setup.py	2009-05-13 22:54:31 UTC (rev 99941)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.security',
-      version = '3.7.0',
+      version = '3.7.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope3 Security Framework',



More information about the Checkins mailing list