[Checkins] SVN: zope.app.error/branches/3.4/setup.py update version for next release

Fred L. Drake, Jr. fdrake at gmail.com
Mon Sep 24 16:19:32 EDT 2007


Log message for revision 79900:
  update version for next release

Changed:
  U   zope.app.error/branches/3.4/setup.py

-=-
Modified: zope.app.error/branches/3.4/setup.py
===================================================================
--- zope.app.error/branches/3.4/setup.py	2007-09-24 20:18:38 UTC (rev 79899)
+++ zope.app.error/branches/3.4/setup.py	2007-09-24 20:19:31 UTC (rev 79900)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.error',
-    version = '3.4.0',
+    version = '3.4.1',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     description = "An error reporting utility for Zope3",



More information about the Checkins mailing list