summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-04-26 09:30:21 -0500
committerJason Madden <jamadden@gmail.com>2017-04-26 09:30:21 -0500
commit057a960638b2d02ffec5bc0f6e70685ab193aea2 (patch)
tree9bcc7a9679f06ffb080c97af95c32e70338fe079
parent8ad6862aebd90535c0e9ecdeb371f3700f2b8305 (diff)
downloadzope-configuration-057a960638b2d02ffec5bc0f6e70685ab193aea2.tar.gz
Back to development: 4.1.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 f720a8f..2fe3566 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
Changes
=======
+4.1.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
4.1.0 (2017-04-26)
------------------
diff --git a/setup.py b/setup.py
index d1a718d..91a5d8a 100644
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ TESTS_REQUIRE = [
]
setup(name='zope.configuration',
- version='4.1.0',
+ version='4.1.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Configuration Markup Language (ZCML)',