summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-01-13 13:03:49 -0500
committerTres Seaver <tseaver@palladion.com>2014-01-13 13:03:49 -0500
commitbe32239a4a3a24ab0c0e69dfc479b49e6029366a (patch)
tree9811cf3dd66fa6cdd64f68800f8be1419f6e26fe
parent0d4a2bc84b0985a7e1249a7999145f40fa4516c3 (diff)
downloadzope-tal-be32239a4a3a24ab0c0e69dfc479b49e6029366a.tar.gz
Prep 4.0.0 release.4.0.0
-rw-r--r--CHANGES.rst4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 17af10e..261e2e9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,8 +2,8 @@
CHANGES
=======
-4.0.0a2 (unreleased)
---------------------
+4.0.0 (2014-01-13)
+------------------
- Fix possible UnicodeDecodeError in warning when msgid already exists.
diff --git a/setup.py b/setup.py
index 92edddd..601b21f 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ def alltests():
return TestSuite(suites)
setup(name='zope.tal',
- version='4.0.0a2.dev0',
+ version='4.0.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Template Application Language (TAL)',