From f21a1da61e02acefe43ab36410d8fef6a08d6420 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Tue, 12 Feb 2019 08:25:38 +0100 Subject: [PATCH] Preparing release 4.3.1 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9afff86..99cfb2e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -4.3.1 (unreleased) +4.3.1 (2019-02-12) ------------------ - Do not break when running the tests from a wheel. diff --git a/setup.py b/setup.py index be460a8..edcd186 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def read(*rnames): ] setup(name='zope.configuration', - version='4.3.1.dev0', + version='4.3.1', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Configuration Markup Language (ZCML)',