summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-22 14:46:29 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-22 14:46:29 -0500
commit732d05305da6ee1bb7e944022ae8dee19aa82c60 (patch)
tree8f75ff0601f137887e31602ab2ac26467544390e
parent9a41a7e6fc91d017cf01c05fb612d4c614c5bec0 (diff)
downloadzope-publisher-732d05305da6ee1bb7e944022ae8dee19aa82c60.tar.gz
svb
-rw-r--r--CHANGES.rst5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1c832d7..f145b7b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,11 @@
CHANGES
=======
+4.0.1 (unreleased)
+------------------
+
+- TBD
+
4.0.0 (2014-12-22)
------------------
diff --git a/setup.py b/setup.py
index 31547a2..741da01 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ sample = zope.publisher.tests.test_paste:SamplePublication
'''
setup(name='zope.publisher',
- version='4.0.0',
+ version='4.0.1.dev0',
url='http://pypi.python.org/pypi/zope.publisher',
license='ZPL 2.1',
author='Zope Foundation and Contributors',