summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-06-05 09:24:26 -0400
committerTres Seaver <tseaver@palladion.com>2015-06-05 09:24:26 -0400
commit57a3cee97207ab4a4f05924a07857d007109e17c (patch)
treea31a140acef601245bcbd135d47ff211401559c7
parentabeed8cd6753cc913408cae3e7e1ab7a8b31c46e (diff)
downloadzope-publisher-57a3cee97207ab4a4f05924a07857d007109e17c.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 064f653..5cf4c8a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,11 @@
Changes
=======
+4.2.2 (unreleased)
+------------------
+
+- TBD
+
4.2.1 (2015-06-05)
------------------
diff --git a/setup.py b/setup.py
index e7e0c0b..d2a4403 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ sample = zope.publisher.tests.test_paste:SamplePublication
'''
setup(name='zope.publisher',
- version='4.2.1',
+ version='4.2.2.dev0',
url='http://pypi.python.org/pypi/zope.publisher',
license='ZPL 2.1',
author='Zope Foundation and Contributors',