summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2018-10-01 07:56:02 -0500
committerJason Madden <jamadden@gmail.com>2018-10-01 07:56:02 -0500
commit2091dba7ef2156b1074948f9656bac898ea005d9 (patch)
treeb1c2260d3db8c54ec80780bf05a12660c999bd0d
parenteb043b2da75e689b0e5a96007c581d4e9a6f3aaf (diff)
downloadzope-configuration-2091dba7ef2156b1074948f9656bac898ea005d9.tar.gz
Preparing release 4.3.04.3.0
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 19389a2..a7a3a43 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======
-4.2.3 (unreleased)
+4.3.0 (2018-10-01)
------------------
- Simplify exception chaining and nested exception error messages.
diff --git a/setup.py b/setup.py
index c680b78..9185fc9 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ TESTS_REQUIRE = [
]
setup(name='zope.configuration',
- version='4.2.3.dev0',
+ version='4.3.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Configuration Markup Language (ZCML)',