summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2009-04-08 12:35:42 +0000
committerTres Seaver <tseaver@palladion.com>2009-04-08 12:35:42 +0000
commitaa710fcd11141a2c269efdaa64d9c69a970d7147 (patch)
treead69e079a60092a51587d66ebacbdd570b9cfe33 /setup.py
parentfb7265e42442a822c2825f7118d6ff2eaf6c1d6b (diff)
downloadzope-tal-aa710fcd11141a2c269efdaa64d9c69a970d7147.tar.gz
Update tests of "bad" entities for compatibility with the stricter3.5.1
HTMLParser module shipped with Python 2.6.x. Prep 3.5.1 release.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6937670..0cedd7f 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ def alltests():
return TestSuite(suites)
setup(name='zope.tal',
- version = '3.5.1dev',
+ version = '3.5.1',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope 3 Template Application Languate (TAL)',