From 1367f9511261bea77dfae339fcf91513ba6fa996 Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Sat, 20 Aug 2011 15:44:04 +0000 Subject: Replaced StringIO stream class with a faster list-based implementation. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.1