From 81889dd9d8bd012924868f0612a9301783ea5e20 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 5 Oct 2018 18:14:16 +0200 Subject: Preparing release 4.2 --- CHANGES.rst | 7 +++---- setup.py | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d867b20..24c8e61 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,10 @@ Changes ======= -4.2.0 (unreleased) ------------------- +4.2 (2018-10-05) +---------------- -- Fix the possibility of a rare crash in the C extension when deallocating items. See - https://github.com/zopefoundation/zope.i18nmessageid/issues/7 +- Fix the possibility of a rare crash in the C extension when deallocating items. See `#7 `_. - Drop support for Python 3.3. diff --git a/setup.py b/setup.py index 27add7d..193fada 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ class optional_build_ext(build_ext): setup( name='zope.i18nmessageid', - version='4.2.0.dev0', + version='4.2', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Message Identifiers for internationalization', -- cgit v1.2.1