summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2008-06-07 03:08:35 +0000
committerFred Drake <fdrake@acm.org>2008-06-07 03:08:35 +0000
commitb4f58659cc1f4e05ce34605d7944fb15ffa3fe7d (patch)
tree2ad353b6226ae7af7130ba57170f1fbfc9093ef6 /setup.py
parent075e937400e7cd41e309f5df96f125c947a00d0d (diff)
downloadzope-tal-b4f58659cc1f4e05ce34605d7944fb15ffa3fe7d.tar.gz
- Removed artificial addition of a trailing newline if the output does not end
in one; this allows the template source to be the full specification of what should be included. (See https://bugs.launchpad.net/launchpad/+bug/218706.)
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 86ebf26..6937670 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ def alltests():
return TestSuite(suites)
setup(name='zope.tal',
- version = '3.4.2dev',
+ version = '3.5.1dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope 3 Template Application Languate (TAL)',