summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-03-19 15:02:23 -0400
committerTres Seaver <tseaver@palladion.com>2014-03-19 15:02:23 -0400
commitf2ab7d544a99aab95cc8804bcd6d19cb1269ef67 (patch)
tree6bd28bda8a1d9ebf513bd715a650b513edc8c10a
parentc5382ec2059dee6c12bae8bf3e5ba52fc5a90798 (diff)
downloadzope-location-f2ab7d544a99aab95cc8804bcd6d19cb1269ef67.tar.gz
svb
-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 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',