[Checkins] SVN: zope.security/trunk/ Prep 3.7.0 release.

Tres Seaver tseaver at palladion.com
Wed May 13 18:51:02 EDT 2009


Log message for revision 99939:
  Prep 3.7.0 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	2009-05-13 22:49:50 UTC (rev 99938)
+++ zope.security/trunk/CHANGES.txt	2009-05-13 22:51:02 UTC (rev 99939)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.4 (unreleased)
+3.7.0 (2009-05-13)
 ------------------
 
 - Made ``pytz`` a soft dependency:  the checker for ``pytz.UTC`` is

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



More information about the Checkins mailing list