summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-08-18 22:32:21 +0000
committerFred Drake <fdrake@acm.org>2005-08-18 22:32:21 +0000
commitd555b3af5d2fe7bbce645f4caed82a1d306628f2 (patch)
treebc1ccc9245e09434fd7a59363cabc21db3289f48
parent5ea382ca6630b2c904f75257ba43793ec49a1027 (diff)
downloadzope-tal-d555b3af5d2fe7bbce645f4caed82a1d306628f2.tar.gz
the addition of the extendMacro "bytecode" requires that the bytecode version
be advanced
-rw-r--r--taldefs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taldefs.py b/taldefs.py
index 6b43439..9668ab1 100644
--- a/taldefs.py
+++ b/taldefs.py
@@ -20,7 +20,7 @@ from zope.tal.interfaces import ITALExpressionErrorInfo
from zope.interface import implements
-TAL_VERSION = "1.5.1"
+TAL_VERSION = "1.6"
XML_NS = "http://www.w3.org/XML/1998/namespace" # URI for XML namespace
XMLNS_NS = "http://www.w3.org/2000/xmlns/" # URI for XML NS declarations