[Checkins] SVN: zope.security/trunk/ Prepare zope.security 3.7.3.

Hanno Schlichting hannosch at hannosch.eu
Fri Apr 30 17:53:59 EDT 2010


Log message for revision 111762:
  Prepare zope.security 3.7.3.

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-04-30 21:52:52 UTC (rev 111761)
+++ zope.security/trunk/CHANGES.txt	2010-04-30 21:53:59 UTC (rev 111762)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.3 (unreleased)
+3.7.3 (2010-04-30)
 ------------------
 
 - Prefer the standard libraries doctest module to the one from zope.testing.

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2010-04-30 21:52:52 UTC (rev 111761)
+++ zope.security/trunk/setup.py	2010-04-30 21:53:59 UTC (rev 111762)
@@ -27,10 +27,10 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.security',
-      version = '3.7.3dev',
+      version = '3.7.3',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
-      description='Zope3 Security Framework',
+      description='Zope Security Framework',
       long_description=(
           read('README.txt')
           + '\n.. contents::\n\n' +



More information about the checkins mailing list