[Checkins] SVN: zope.errorview/trunk/ Preparing release 0.10

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Feb 8 05:37:23 EST 2011


Log message for revision 120195:
  Preparing release 0.10

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

-=-
Modified: zope.errorview/trunk/CHANGES.txt
===================================================================
--- zope.errorview/trunk/CHANGES.txt	2011-02-08 10:31:38 UTC (rev 120194)
+++ zope.errorview/trunk/CHANGES.txt	2011-02-08 10:37:23 UTC (rev 120195)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.10 (unreleased)
+0.10 (2011-02-08)
 -----------------
 
 - Exception views do not by default provide ISystemErrorView anymore as it

Modified: zope.errorview/trunk/setup.py
===================================================================
--- zope.errorview/trunk/setup.py	2011-02-08 10:31:38 UTC (rev 120194)
+++ zope.errorview/trunk/setup.py	2011-02-08 10:37:23 UTC (rev 120195)
@@ -25,7 +25,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.errorview',
-      version='0.10dev',
+      version='0.10',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Basic HTTP and Browser exception views.',



More information about the checkins mailing list