[Checkins] SVN: zope.security/tags/3.4.2/setup.py Set the version number of the release.

Ignas Mikalajënas ignas at pov.lt
Mon Mar 23 09:04:07 EDT 2009


Log message for revision 98322:
  Set the version number of the release.
  

Changed:
  U   zope.security/tags/3.4.2/setup.py

-=-
Modified: zope.security/tags/3.4.2/setup.py
===================================================================
--- zope.security/tags/3.4.2/setup.py	2009-03-23 13:01:32 UTC (rev 98321)
+++ zope.security/tags/3.4.2/setup.py	2009-03-23 13:04:07 UTC (rev 98322)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.security',
-      version = '3.4.2dev',
+      version = '3.4.2',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope3 Security Architecture',



More information about the Checkins mailing list