[Checkins] SVN: zope.security/branches/3.7/ Preparing release 3.7.4

Michael Howitz mh at gocept.com
Sat Sep 25 07:20:03 EDT 2010


Log message for revision 116839:
  Preparing release 3.7.4

Changed:
  U   zope.security/branches/3.7/CHANGES.txt
  U   zope.security/branches/3.7/setup.py

-=-
Modified: zope.security/branches/3.7/CHANGES.txt
===================================================================
--- zope.security/branches/3.7/CHANGES.txt	2010-09-25 11:19:54 UTC (rev 116838)
+++ zope.security/branches/3.7/CHANGES.txt	2010-09-25 11:20:03 UTC (rev 116839)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.4 (unreleased)
+3.7.4 (2010-09-25)
 ------------------
 
 - Added not declared, but needed test dependency on `zope.testing`.

Modified: zope.security/branches/3.7/setup.py
===================================================================
--- zope.security/branches/3.7/setup.py	2010-09-25 11:19:54 UTC (rev 116838)
+++ zope.security/branches/3.7/setup.py	2010-09-25 11:20:03 UTC (rev 116839)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.security',
-      version = '3.7.4dev',
+      version='3.7.4',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Security Framework',



More information about the checkins mailing list