summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt6
-rw-r--r--setup.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a570ba7..9f4ce9d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,11 +2,11 @@
CHANGES
=======
-3.6.1 (unreleased)
+3.6.1 (2012-03-09)
------------------
-- Avoid handling end tags within <script> tags. This works around
- http://bugs.python.org/issue670664
+- Avoid handling end tags within <script> tags in the HTML parser. This works
+ around http://bugs.python.org/issue670664
- Fixed documentation link in README.txt.
diff --git a/setup.py b/setup.py
index e57c885..fcdefdc 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ def alltests():
return TestSuite(suites)
setup(name='zope.tal',
- version = '3.6.1dev',
+ version = '3.6.1',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Template Application Language (TAL)',