From f2ab7d544a99aab95cc8804bcd6d19cb1269ef67 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 19 Mar 2014 15:02:23 -0400 Subject: [PATCH] svb --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3eaed0c..407c0e4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGES ======= +4.0.4 (unreleased) +------------------ + +- TBD + + 4.0.3 (2014-03-19) ------------------ diff --git a/setup.py b/setup.py index b359799..7b2dfcd 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(*rnames): return text setup(name='zope.location', - version='4.0.3', + version='4.0.4dev', author='Zope Corporation and Contributors', author_email='zope-dev@zope.org', description='Zope Location',