[Checkins] SVN: zope.app.error/trunk/ Tag 3.5.2

Dan Korostelev nadako at gmail.com
Thu Jan 22 06:01:30 EST 2009


Log message for revision 94930:
  Tag 3.5.2

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

-=-
Modified: zope.app.error/trunk/CHANGES.txt
===================================================================
--- zope.app.error/trunk/CHANGES.txt	2009-01-22 10:59:59 UTC (rev 94929)
+++ zope.app.error/trunk/CHANGES.txt	2009-01-22 11:01:29 UTC (rev 94930)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.2 (unreleased)
+3.5.2 (2009-01-22)
 ------------------
 
 - Removed zope.app.zapi from dependencies, replacing its
@@ -25,13 +25,13 @@
 - rebumped to replace faulty egg
 
 
-3.5.0 (unknown)
----------------
+3.5.0
+-----
 
 - Move core components to ``zope.error``
 
 
-3.4.0 (2007/9/24)
------------------
+3.4.0 (2007-09-24)
+------------------
 
 - Initial documented release

Modified: zope.app.error/trunk/setup.py
===================================================================
--- zope.app.error/trunk/setup.py	2009-01-22 10:59:59 UTC (rev 94929)
+++ zope.app.error/trunk/setup.py	2009-01-22 11:01:29 UTC (rev 94930)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.error',
-    version = '3.5.2dev',
+    version = '3.5.2',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',
     description = "Error reporting utility management UI for Zope3",



More information about the Checkins mailing list