summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2009-04-08 12:36:52 +0000
committerTres Seaver <tseaver@palladion.com>2009-04-08 12:36:52 +0000
commitc5fb331c37e1985f23205083346a9d5ebf2caf49 (patch)
tree5dfa43276621615e62b5f9a9a20f984e5ce44c96
parentaa710fcd11141a2c269efdaa64d9c69a970d7147 (diff)
downloadzope-tal-c5fb331c37e1985f23205083346a9d5ebf2caf49.tar.gz
svb
-rw-r--r--CHANGES.txt6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bf7ffe0..da2b6a4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,12 @@
CHANGES
=======
+3.5.2 (unreleased)
+------------------
+
+- ...
+
+
3.5.1 (2009-03-08)
------------------
diff --git a/setup.py b/setup.py
index 0cedd7f..c915939 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ def alltests():
return TestSuite(suites)
setup(name='zope.tal',
- version = '3.5.1',
+ version = '3.5.2dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope 3 Template Application Languate (TAL)',