[Checkins] SVN: zope.error/trunk/ Preparing release 3.7.0

Thomas Lotze tl at gocept.com
Tue Sep 29 01:32:46 EDT 2009


Log message for revision 104595:
  Preparing release 3.7.0

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

-=-
Modified: zope.error/trunk/CHANGES.txt
===================================================================
--- zope.error/trunk/CHANGES.txt	2009-09-29 03:04:38 UTC (rev 104594)
+++ zope.error/trunk/CHANGES.txt	2009-09-29 05:32:46 UTC (rev 104595)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.7.0 (2009-09-29)
 ------------------
 
 - Clean up dependencies. Drop all testing dependencies as we only need

Modified: zope.error/trunk/setup.py
===================================================================
--- zope.error/trunk/setup.py	2009-09-29 03:04:38 UTC (rev 104594)
+++ zope.error/trunk/setup.py	2009-09-29 05:32:46 UTC (rev 104595)
@@ -29,7 +29,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.error',
-    version = '3.6.1dev',
+    version = '3.7.0',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',
     description = "An error reporting utility for Zope3",



More information about the checkins mailing list