[Checkins] SVN: zope.app.security/tags/3.5.0/setup.py Change version from dev to stable.

Aaron Lehmann aaron at zope.com
Tue Feb 5 16:55:07 EST 2008


Log message for revision 83559:
  Change version from dev to stable.
  
  

Changed:
  U   zope.app.security/tags/3.5.0/setup.py

-=-
Modified: zope.app.security/tags/3.5.0/setup.py
===================================================================
--- zope.app.security/tags/3.5.0/setup.py	2008-02-05 21:52:43 UTC (rev 83558)
+++ zope.app.security/tags/3.5.0/setup.py	2008-02-05 21:55:07 UTC (rev 83559)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.security',
-      version = '3.5.0dev',
+      version = '3.5.0',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Security Components for Zope 3 Applications',



More information about the Checkins mailing list