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

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Jan 20 06:26:05 EST 2011


Log message for revision 119746:
  Preparing release 0.9

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-01-20 11:24:57 UTC (rev 119745)
+++ zope.errorview/trunk/CHANGES.txt	2011-01-20 11:26:05 UTC (rev 119746)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.0 (unreleased)
+0.9 (2011-01-20)
 ----------------
 
 - Initial release.

Modified: zope.errorview/trunk/setup.py
===================================================================
--- zope.errorview/trunk/setup.py	2011-01-20 11:24:57 UTC (rev 119745)
+++ zope.errorview/trunk/setup.py	2011-01-20 11:26:05 UTC (rev 119746)
@@ -25,7 +25,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.errorview',
-      version='1.0dev',
+      version='0.9',
       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