[Checkins] SVN: zope.app.error/trunk/ re-bumped to replace faulty egg

Jodok Batlogg jodok.batlogg at lovelysystems.com
Thu Sep 27 04:40:42 EDT 2007


Log message for revision 80200:
  re-bumped to replace faulty egg

Changed:
  U   zope.app.error/trunk/CHANGES.txt
  U   zope.app.error/trunk/setup.py

-=-
Modified: zope.app.error/trunk/CHANGES.txt
===================================================================
--- zope.app.error/trunk/CHANGES.txt	2007-09-27 08:40:20 UTC (rev 80199)
+++ zope.app.error/trunk/CHANGES.txt	2007-09-27 08:40:41 UTC (rev 80200)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+Version 3.5.1 (2007-09-27)
+--------------------------
+
+- rebumped to replace faulty egg
+
+
 Version 3.5.0 
 -------------
 

Modified: zope.app.error/trunk/setup.py
===================================================================
--- zope.app.error/trunk/setup.py	2007-09-27 08:40:20 UTC (rev 80199)
+++ zope.app.error/trunk/setup.py	2007-09-27 08:40:41 UTC (rev 80200)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.error',
-    version = '3.5.0',
+    version = '3.5.1',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     description = "Error reporting utility management UI for Zope3",



More information about the Checkins mailing list