From c67d33bc5ea15e3d24fc1636ae634cb627228ddb Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Wed, 10 May 2017 06:10:54 -0500 Subject: [PATCH] Back to development: 4.0.2 --- CHANGES.txt | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5b6c834..c191afa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ CHANGES ======= +4.0.2 (unreleased) +------------------ + +- Nothing changed yet. + + 4.0.1 (2017-05-10) ------------------ diff --git a/setup.py b/setup.py index 77a1b21..4c26f79 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(*rnames): ] setup(name='zope.app.schema', - version='4.0.1', + version='4.0.2.dev0', author='Zope Corporation and Contributors', author_email='zope-dev@zope.org', description='Component Architecture based Vocabulary Registry',