summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-08-08 05:47:39 -0500
committerJason Madden <jamadden@gmail.com>2017-08-08 05:47:39 -0500
commit859a45723a50ac2073e2c57b64daacbe3ddb7a75 (patch)
tree0de08a95325f1ea8df398a0acf4298892f411b82
parent58d6fe0728ddc6bd45b40803cd3bff517f3acc09 (diff)
downloadzope-tal-859a45723a50ac2073e2c57b64daacbe3ddb7a75.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 5ad172e..c15078b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-4.3.0 (unreleased)
+4.3.0 (2017-08-08)
==================
- Drop support for Python 3.3.
diff --git a/setup.py b/setup.py
index cdc94ef..cad401d 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ TESTS_REQUIRE = [
]
setup(name='zope.tal',
- version='4.3.0.dev0',
+ version='4.3.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Template Application Language (TAL)',