From a277e9e540252245bc1da8c143195791d4db2154 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Sat, 31 Oct 2009 17:13:27 +0000 Subject: Preparing release 3.5.2 --- CHANGES.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index a16260a..4be4845 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ CHANGES ======= -3.5.2 (unreleased) +3.5.2 (2009-10-31) ------------------ - In talgettext.POEngine.translate, print a warning if a msgid already exists diff --git a/setup.py b/setup.py index dfaab2c..f63dd36 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def alltests(): return TestSuite(suites) setup(name='zope.tal', - version = '3.5.2dev', + version = '3.5.2', author='Zope Corporation and Contributors', author_email='zope-dev@zope.org', description='Zope 3 Template Application Languate (TAL)', -- cgit v1.2.1