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

Stephen Richter cvs-admin at zope.org
Thu Feb 21 18:31:26 UTC 2013


Log message for revision 129585:
  Preparing release 4.1.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	2013-02-21 17:21:46 UTC (rev 129584)
+++ zope.error/trunk/CHANGES.txt	2013-02-21 18:31:25 UTC (rev 129585)
@@ -2,10 +2,10 @@
 CHANGES
 =======
 
-4.1.0a1 (2013-02-21)
---------------------
+4.1.0 (2013-02-21)
+------------------
 
-- Added compatibility with Python-3.3 
+- Added compatibility with Python-3.3
 
 
 4.0.0 (2012-12-10)

Modified: zope.error/trunk/setup.py
===================================================================
--- zope.error/trunk/setup.py	2013-02-21 17:21:46 UTC (rev 129584)
+++ zope.error/trunk/setup.py	2013-02-21 18:31:25 UTC (rev 129585)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.error',
-    version='4.1.0a1',
+    version='4.1.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