diff options
| author | Tres Seaver <tseaver@palladion.com> | 2014-03-19 15:02:23 -0400 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2014-03-19 15:02:23 -0400 |
| commit | f2ab7d544a99aab95cc8804bcd6d19cb1269ef67 (patch) | |
| tree | 6bd28bda8a1d9ebf513bd715a650b513edc8c10a | |
| parent | c5382ec2059dee6c12bae8bf3e5ba52fc5a90798 (diff) | |
| download | zope-location-f2ab7d544a99aab95cc8804bcd6d19cb1269ef67.tar.gz | |
svb
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | setup.py | 2 |
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) ------------------ @@ -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', |
