summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2018-10-05 18:14:16 +0200
committerMichael Howitz <mh@gocept.com>2018-10-05 18:14:16 +0200
commit81889dd9d8bd012924868f0612a9301783ea5e20 (patch)
tree2d7ce6b25c92fab876d7928f0d9548e96ffbfa64
parentd1c39f4bb953e23571ffa82e2d34cdc1076a280d (diff)
downloadzope-i18nmessageid-81889dd9d8bd012924868f0612a9301783ea5e20.tar.gz
Preparing release 4.24.2
-rw-r--r--CHANGES.rst7
-rw-r--r--setup.py2
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 <https://github.com/zopefoundation/zope.i18nmessageid/issues/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',