summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)',