From be32239a4a3a24ab0c0e69dfc479b49e6029366a Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 13 Jan 2014 13:03:49 -0500 Subject: Prep 4.0.0 release. --- CHANGES.rst | 4 ++-- setup.py | 2 +- 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)', -- cgit v1.2.1