[Checkins] SVN: zope.error/trunk/ Back to development: 4.0.1

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


Log message for revision 128560:
  Back to development: 4.0.1

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:30:14 UTC (rev 128559)
+++ zope.error/trunk/CHANGES.txt	2012-12-10 17:33:21 UTC (rev 128560)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+4.0.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 4.0.0 (2012-12-10)
 ------------------
 

Modified: zope.error/trunk/setup.py
===================================================================
--- zope.error/trunk/setup.py	2012-12-10 17:30:14 UTC (rev 128559)
+++ zope.error/trunk/setup.py	2012-12-10 17:33:21 UTC (rev 128560)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.error',
-    version='4.0.0',
+    version='4.0.1.dev0',
     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