summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-09-12 05:49:52 -0500
committerJason Madden <jamadden@gmail.com>2017-09-12 05:49:52 -0500
commitac2597f977d856dac7acfb34f342d8ef2c425594 (patch)
treeb98f09c9677bf8fd58f1991373616163092251e1
parent91f41a9ffcc5f571b2a4c33f0a34d5af96e788cb (diff)
downloadzope-exceptions-ac2597f977d856dac7acfb34f342d8ef2c425594.tar.gz
Back to development: 4.2.1
-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 698a7c6..93d2bcb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
zope.exceptions Changelog
===========================
+4.2.1 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
4.2.0 (2017-09-12)
==================
diff --git a/setup.py b/setup.py
index 345e409..9dfd42a 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ tests_require = [
]
setup(name='zope.exceptions',
- version='4.2.0',
+ version='4.2.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',