[Checkins] SVN: zope.exceptions/tags/3.5.1/setup.py Change version for the bugfix.

Aaron Lehmann aaron at zope.com
Mon Apr 28 10:58:00 EDT 2008


Log message for revision 85811:
  Change version for the bugfix.
  
  

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

-=-
Modified: zope.exceptions/tags/3.5.1/setup.py
===================================================================
--- zope.exceptions/tags/3.5.1/setup.py	2008-04-28 14:56:58 UTC (rev 85810)
+++ zope.exceptions/tags/3.5.1/setup.py	2008-04-28 14:58:00 UTC (rev 85811)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.exceptions',
-      version = '3.5.1dev',
+      version = '3.5.1',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Exceptions',



More information about the Checkins mailing list