summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Fretin <vincent.fretin@gmail.com>2009-10-31 17:13:27 +0000
committerVincent Fretin <vincent.fretin@gmail.com>2009-10-31 17:13:27 +0000
commita277e9e540252245bc1da8c143195791d4db2154 (patch)
treec7de8fee31fb5363a98fce1491bd7a609e5e0359
parent76671da858847dbb912b296926b11b774bca40fd (diff)
downloadzope-tal-a277e9e540252245bc1da8c143195791d4db2154.tar.gz
Preparing release 3.5.23.5.2
-rw-r--r--CHANGES.txt2
-rw-r--r--setup.py2
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)',