summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-04-12 15:26:42 -0400
committerTres Seaver <tseaver@palladion.com>2016-04-12 15:26:42 -0400
commitab896ce1fd12e126caeb612c9729316acf0dbcc1 (patch)
treea15e545383224f55beed48e42df4a35d38bb0cb5
parentd954867d07b10ed0bb98e5a9ab2d219300f80a0f (diff)
downloadzope-tal-ab896ce1fd12e126caeb612c9729316acf0dbcc1.tar.gz
Prep 4.2.0 release.4.2.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 2bc1e5f..40f1f57 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======
-4.2.0 (unreleased)
+4.2.0 (2016-04-12)
------------------
- Drop support for Python 2.6 and 3.2.
diff --git a/setup.py b/setup.py
index 31c5e16..93c154d 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ def alltests():
return TestSuite(suites)
setup(name='zope.tal',
- version='4.2.0.dev0',
+ version='4.2.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Template Application Language (TAL)',