summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2018-09-26 14:36:45 -0500
committerJason Madden <jamadden@gmail.com>2018-09-26 14:36:45 -0500
commit722d905d52436799f10e5781f56d2e2628703a63 (patch)
treec754f46beb2ade8fece8b92da00d94922f3c6d74
parent31560dfcdf9427c8bcd797b7dee7920833402c86 (diff)
downloadzope-configuration-722d905d52436799f10e5781f56d2e2628703a63.tar.gz
Back to development: 4.2.2
-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 9b7cc3c..1a85654 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
Changes
=======
+4.2.2 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
4.2.1 (2018-09-26)
------------------
diff --git a/setup.py b/setup.py
index 49e3061..32eda06 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ TESTS_REQUIRE = [
]
setup(name='zope.configuration',
- version='4.2.1',
+ version='4.2.2.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Configuration Markup Language (ZCML)',