summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2011-08-20 15:44:04 +0000
committerHanno Schlichting <hanno@hannosch.eu>2011-08-20 15:44:04 +0000
commit1367f9511261bea77dfae339fcf91513ba6fa996 (patch)
tree1637140515d47cadec5334c058848a7cad001f04 /setup.py
parentb951f9ec834ff7f1ee2ccde58f9ee472097d61fb (diff)
downloadzope-pagetemplate-1367f9511261bea77dfae339fcf91513ba6fa996.tar.gz
Replaced StringIO stream class with a faster list-based implementation.
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 1f7be4b..8122d6f 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def read(*rnames):
setup(name='zope.pagetemplate',
- version='3.5.3dev',
+ version='3.6.0dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Page Templates',