[Checkins] SVN: zope.exceptions/tags/3.5.2/setup.py Fix version number.

Aaron Lehmann aaron at zope.com
Wed Apr 30 11:54:46 EDT 2008


Log message for revision 85903:
  Fix version number.
  
  

Changed:
  U   zope.exceptions/tags/3.5.2/setup.py

-=-
Modified: zope.exceptions/tags/3.5.2/setup.py
===================================================================
--- zope.exceptions/tags/3.5.2/setup.py	2008-04-30 15:53:43 UTC (rev 85902)
+++ zope.exceptions/tags/3.5.2/setup.py	2008-04-30 15:54:41 UTC (rev 85903)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.exceptions',
-      version = '3.6.0dev',
+      version = '3.5.2',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Exceptions',



More information about the Checkins mailing list