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

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Jan 17 20:51:17 UTC 2012


Log message for revision 124064:
  Preparing release 3.7.3

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

-=-
Modified: zope.error/trunk/CHANGES.txt
===================================================================
--- zope.error/trunk/CHANGES.txt	2012-01-17 20:20:39 UTC (rev 124063)
+++ zope.error/trunk/CHANGES.txt	2012-01-17 20:51:16 UTC (rev 124064)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.3 (unreleased)
+3.7.3 (2012-01-17)
 ------------------
 
 - Escape untrusted input before constructing HTML for error reporting.

Modified: zope.error/trunk/setup.py
===================================================================
--- zope.error/trunk/setup.py	2012-01-17 20:20:39 UTC (rev 124063)
+++ zope.error/trunk/setup.py	2012-01-17 20:51:16 UTC (rev 124064)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.error',
-    version='3.7.3dev',
+    version='3.7.3',
     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