summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2019-02-12 08:25:38 +0100
committerMichael Howitz <mh@gocept.com>2019-02-12 08:25:38 +0100
commitf21a1da61e02acefe43ab36410d8fef6a08d6420 (patch)
tree7cc5e3e11b6e72bc7895b40aaa3b97df69dfe446
parent9552d08bfcf097fa692ee9ae77f1b092e71807ac (diff)
downloadzope-configuration-f21a1da61e02acefe43ab36410d8fef6a08d6420.tar.gz
Preparing release 4.3.14.3.1
-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 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 @@ TESTS_REQUIRE = [
]
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)',