summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2018-03-21 16:55:54 +0100
committerMichael Howitz <mh@gocept.com>2018-03-21 16:55:54 +0100
commit9f8b50accfd1ed8671ee22c07f7c618ed01a5257 (patch)
tree7a7682e42dcaf69e49a971b652f2a4f059408727
parent5712e0936dac5a300d85619f0a9fafd01ab7d231 (diff)
downloadzope-tal-9f8b50accfd1ed8671ee22c07f7c618ed01a5257.tar.gz
Preparing release 4.3.14.3.1
[skip ci]
-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 c437cd4..886255f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-4.3.1 (unreleased)
+4.3.1 (2018-03-21)
==================
- Host documentation at https://zopetal.readthedocs.io
diff --git a/setup.py b/setup.py
index 578fcb7..f2230c8 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ TESTS_REQUIRE = [
]
setup(name='zope.tal',
- version='4.3.1.dev0',
+ version='4.3.1',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Template Application Language (TAL)',