From 90b1f1e20bd437a8e64a1daeeab5ea50099b1c70 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Wed, 10 May 2017 09:59:31 -0500 Subject: [PATCH] Back to development: 4.1.1 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 044a84c..f193d8a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGES ========= +4.1.1 (unreleased) +================== + +- Nothing changed yet. + + 4.1.0 (2017-05-10) ================== diff --git a/setup.py b/setup.py index 47894c5..038ae32 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def read(*rnames): ] + ZCML_REQUIRE setup(name='zope.app.schema', - version='4.1.0', + version='4.1.1.dev0', author='Zope Corporation and Contributors', author_email='zope-dev@zope.org', description='Component Architecture based Vocabulary Registry',