diff options
author | Tres Seaver <tseaver@palladion.com> | 2009-04-08 12:35:42 +0000 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2009-04-08 12:35:42 +0000 |
commit | aa710fcd11141a2c269efdaa64d9c69a970d7147 (patch) | |
tree | ad69e079a60092a51587d66ebacbdd570b9cfe33 /setup.py | |
parent | fb7265e42442a822c2825f7118d6ff2eaf6c1d6b (diff) | |
download | zope-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)', |