summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-02-28 14:47:45 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-02-28 14:47:45 -0500
commit98d6e4ecec79d331c515c95b1bf407ec7d1c7af0 (patch)
tree3c8d1d5044aff944c1c2a45261c3db80cdcb8841
parentf07c2930c3c8b370f6eeb1d574afd69a12b2da7e (diff)
downloadzope-exceptions-98d6e4ecec79d331c515c95b1bf407ec7d1c7af0.tar.gz
Back to development: 4.0.7
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5566fc4..461739a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
``zope.exceptions`` Changelog
=============================
+4.0.7 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
4.0.6 (2013-02-28)
------------------
diff --git a/setup.py b/setup.py
index 25f2c2c..712e02a 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ def alltests():
return unittest.TestSuite(suites)
setup(name='zope.exceptions',
- version='4.0.6',
+ version='4.0.7.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',