From 1f6576a984544eb0b251d05c9a0bc9e5d9364896 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 26 Aug 2016 09:31:10 +0200 Subject: [PATCH] Preparing release 4.2.0 --- CHANGES.rst | 2 +- setup.py | 2 +- 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 @@ def read(*rnames): 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',