[Checkins] SVN: zope.app.exception/tags/3.4.2/setup.py fixed version number

Michael Howitz mh at gocept.com
Tue Jan 27 03:24:27 EST 2009


Log message for revision 95082:
  fixed version number

Changed:
  U   zope.app.exception/tags/3.4.2/setup.py

-=-
Modified: zope.app.exception/tags/3.4.2/setup.py
===================================================================
--- zope.app.exception/tags/3.4.2/setup.py	2009-01-27 08:23:14 UTC (rev 95081)
+++ zope.app.exception/tags/3.4.2/setup.py	2009-01-27 08:24:26 UTC (rev 95082)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.exception',
-      version = '3.5.0',
+      version = '3.4.2',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope 3 exception views',



More information about the Checkins mailing list