summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2018-10-19 14:57:57 -0500
committerJason Madden <jamadden@gmail.com>2018-10-19 14:57:57 -0500
commitc75fdd760d761bebd4433952390d545efe5724c5 (patch)
tree4d69aee24e0ff3a97a87eb571271c68da6b230dc
parent1751c8bdaa75ed63271cd6d23f47d863032b1122 (diff)
downloadzope-i18nmessageid-c75fdd760d761bebd4433952390d545efe5724c5.tar.gz
Back to development: 4.3.2
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a82f32d..b16b108 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+4.3.2 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
4.3.1 (2018-10-19)
==================
diff --git a/setup.py b/setup.py
index d4c85c5..8056916 100644
--- a/setup.py
+++ b/setup.py
@@ -101,7 +101,7 @@ class optional_build_ext(build_ext):
setup(
name='zope.i18nmessageid',
- version='4.3.1',
+ version='4.3.2.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Message Identifiers for internationalization',