summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-12-19 09:20:14 -0600
committerJason Madden <jamadden@gmail.com>2017-12-19 09:20:14 -0600
commitece19b3b7d984657019a896bdc5e3b407f75ac9e (patch)
treee43595ed9d15ceafc6d36c0bf5dbc6e8be581e16
parentd78fe3efc6b404e4dd6455c1bdf50300deb23c78 (diff)
downloadzope-i18n-ece19b3b7d984657019a896bdc5e3b407f75ac9e.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 2e40d01..cd002c9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
CHANGES
=========
+4.3.2 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
4.3.1 (2017-12-19)
==================
diff --git a/setup.py b/setup.py
index bd6edb0..8859443 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ TESTS_REQUIRE = COMPILE_REQUIRES + ZCML_REQUIRES + [
setup(
name='zope.i18n',
- version='4.3.1',
+ version='4.3.2.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',