[Checkins] SVN: zope.app.security/trunk/ vb

Nikolay Kim fafhrd91 at gmail.com
Sat Dec 19 23:54:19 EST 2009


Log message for revision 106801:
  vb

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

-=-
Modified: zope.app.security/trunk/CHANGES.txt
===================================================================
--- zope.app.security/trunk/CHANGES.txt	2009-12-20 04:52:54 UTC (rev 106800)
+++ zope.app.security/trunk/CHANGES.txt	2009-12-20 04:54:19 UTC (rev 106801)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.4 (unreleased)
+3.7.4 (2009-12-19)
 ------------------
 
 - Move 'zope.ManageApplication' permission to zope.app.applicationcontrol

Modified: zope.app.security/trunk/setup.py
===================================================================
--- zope.app.security/trunk/setup.py	2009-12-20 04:52:54 UTC (rev 106800)
+++ zope.app.security/trunk/setup.py	2009-12-20 04:54:19 UTC (rev 106801)
@@ -17,7 +17,7 @@
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
 
-version = '0'
+version = '3.7.5dev'
 
 import os
 from setuptools import setup, find_packages
@@ -26,8 +26,8 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.security',
-      version = '3.7.4dev',
-      author='Zope Corporation and Contributors',
+      version = version,
+      author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='ZMI Views For Zope3 Security Components',
       long_description=(



More information about the checkins mailing list