diff options
| author | Stephan Richter <stephan.richter@gmail.com> | 2013-02-28 14:47:45 -0500 |
|---|---|---|
| committer | Stephan Richter <stephan.richter@gmail.com> | 2013-02-28 14:47:45 -0500 |
| commit | 98d6e4ecec79d331c515c95b1bf407ec7d1c7af0 (patch) | |
| tree | 3c8d1d5044aff944c1c2a45261c3db80cdcb8841 | |
| parent | f07c2930c3c8b370f6eeb1d574afd69a12b2da7e (diff) | |
| download | zope-exceptions-98d6e4ecec79d331c515c95b1bf407ec7d1c7af0.tar.gz | |
Back to development: 4.0.7
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | setup.py | 2 |
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) ------------------ @@ -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', |
