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

Jodok Batlogg jodok.batlogg at lovelysystems.com
Thu Sep 27 04:52:37 EDT 2007


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

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

-=-
Modified: zope.error/trunk/CHANGES.txt
===================================================================
--- zope.error/trunk/CHANGES.txt	2007-09-27 08:41:43 UTC (rev 80202)
+++ zope.error/trunk/CHANGES.txt	2007-09-27 08:52:36 UTC (rev 80203)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+Version 3.5.1 (2007-09-27)
+--------------------------
+
+- rebumped to replace faulty egg
+
+
 Version 3.5.0 
 -------------
 

Modified: zope.error/trunk/setup.py
===================================================================
--- zope.error/trunk/setup.py	2007-09-27 08:41:43 UTC (rev 80202)
+++ zope.error/trunk/setup.py	2007-09-27 08:52:36 UTC (rev 80203)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.error',
-    version = '3.5.0',
+    version = '3.5.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