summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Glick <dglick@gmail.com>2012-03-09 20:19:30 +0000
committerDavid Glick <dglick@gmail.com>2012-03-09 20:19:30 +0000
commitbf663b45ab89a58a72f2c437a278ef5bd72e9fa3 (patch)
treea88779627f511db87d44abdd5924eed52c571591
parentc65802810e6480f1846a94819592b77cf2b5d9a2 (diff)
downloadzope-tal-bf663b45ab89a58a72f2c437a278ef5bd72e9fa3.tar.gz
Prepare zope.tal 3.6.1.3.6.1
-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)',