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

Marius Gedminas cvs-admin at zope.org
Mon Dec 10 17:29:57 UTC 2012


Log message for revision 128558:
  Preparing release 4.0.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	2012-12-10 17:28:17 UTC (rev 128557)
+++ zope.error/trunk/CHANGES.txt	2012-12-10 17:29:56 UTC (rev 128558)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-4.0.0 (unreleased)
+4.0.0 (2012-12-10)
 ------------------
 
 - Replaced deprecated ``zope.interface.implements`` usage with equivalent

Modified: zope.error/trunk/setup.py
===================================================================
--- zope.error/trunk/setup.py	2012-12-10 17:28:17 UTC (rev 128557)
+++ zope.error/trunk/setup.py	2012-12-10 17:29:56 UTC (rev 128558)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.error',
-    version='4.0.0dev',
+    version='4.0.0',
     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