summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-06-05 09:23:45 -0400
committerTres Seaver <tseaver@palladion.com>2015-06-05 09:23:45 -0400
commitabeed8cd6753cc913408cae3e7e1ab7a8b31c46e (patch)
tree1c7942307d3001e26a19692b67389b1a4985358d
parent961aeac43adb6392e84a33ca0eb36cd446ae0deb (diff)
downloadzope-publisher-abeed8cd6753cc913408cae3e7e1ab7a8b31c46e.tar.gz
Prep 4.2.1 release.4.2.1
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ec531bb..064f653 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======
-4.2.1 (unreleased)
+4.2.1 (2015-06-05)
------------------
- Add support for Python 3.2.
diff --git a/setup.py b/setup.py
index 2f437a9..e7e0c0b 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.dev0',
+ version='4.2.1',
url='http://pypi.python.org/pypi/zope.publisher',
license='ZPL 2.1',
author='Zope Foundation and Contributors',