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

Michael Howitz mh at gocept.com
Sat Sep 25 08:39:15 EDT 2010


Log message for revision 116879:
  Preparing release 3.7.1

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

-=-
Modified: zope.error/trunk/CHANGES.txt
===================================================================
--- zope.error/trunk/CHANGES.txt	2010-09-25 12:39:02 UTC (rev 116878)
+++ zope.error/trunk/CHANGES.txt	2010-09-25 12:39:15 UTC (rev 116879)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.1 (unreleased)
+3.7.1 (2010-09-25)
 ------------------
 
 - Added test extra to declare test dependency on ``zope.testing``.

Modified: zope.error/trunk/setup.py
===================================================================
--- zope.error/trunk/setup.py	2010-09-25 12:39:02 UTC (rev 116878)
+++ zope.error/trunk/setup.py	2010-09-25 12:39:15 UTC (rev 116879)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.error',
-    version = '3.7.1dev',
+    version='3.7.1',
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
     description = "An error reporting utility for Zope3",



More information about the checkins mailing list