summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2016-08-26 09:31:10 +0200
committerMichael Howitz <mh@gocept.com>2016-08-26 09:31:10 +0200
commit1f6576a984544eb0b251d05c9a0bc9e5d9364896 (patch)
treed1c78f2ed9dc7632a9385ad96416956b31367a46
parent2123249e18d8bc0a44a8ece4354e67f9106ccaf8 (diff)
downloadzope-contenttype-1f6576a984544eb0b251d05c9a0bc9e5d9364896.tar.gz
Preparing release 4.2.04.2.0
-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 37cb799..1d069fb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Change History
==============
-4.2.0 (unreleased)
+4.2.0 (2016-08-26)
------------------
- Add support for Python 3.5.
diff --git a/setup.py b/setup.py
index 353c624..bddba9d 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ long_description = read('README.rst') + '\n' + read('CHANGES.rst')
setup(
name='zope.contenttype',
- version='4.2.0.dev0',
+ version='4.2.0',
url='http://pypi.python.org/pypi/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',