summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-29 13:34:33 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-29 13:34:33 -0500
commite1a2b9bac77662a0454bb48979dc46ed961ca08e (patch)
treee4060247e1144df6f902de9cd7da9a3c243978ad
parent0db7ef8893722f35b3f7340a7ad4784e0fedd389 (diff)
downloadzope-tal-e1a2b9bac77662a0454bb48979dc46ed961ca08e.tar.gz
Prep 4.1.0 release.4.1.0
-rw-r--r--CHANGES.rst3
-rw-r--r--setup.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c81b6dd..7f4304e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======
-4.1.0 (unreleased)
+4.1.0 (2014-12-19)
------------------
.. note::
@@ -13,6 +13,7 @@ Changes
- Add support for testing on Travis.
+
4.0.0 (2014-01-13)
------------------
diff --git a/setup.py b/setup.py
index f2015dd..b647045 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ def alltests():
return TestSuite(suites)
setup(name='zope.tal',
- version='4.1.0.dev0',
+ version='4.1.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Template Application Language (TAL)',