[Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/taldefs.py the addition of the extendMacro "bytecode" requires that the bytecode version

Fred L. Drake, Jr. fdrake at gmail.com
Thu Aug 18 18:32:22 EDT 2005


Log message for revision 38000:
  the addition of the extendMacro "bytecode" requires that the bytecode version
  be advanced
  

Changed:
  U   Zope3/trunk/src/zope/tal/taldefs.py

-=-
Modified: Zope3/trunk/src/zope/tal/taldefs.py
===================================================================
--- Zope3/trunk/src/zope/tal/taldefs.py	2005-08-18 22:19:30 UTC (rev 37999)
+++ Zope3/trunk/src/zope/tal/taldefs.py	2005-08-18 22:32:21 UTC (rev 38000)
@@ -20,7 +20,7 @@
 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



More information about the Zope3-Checkins mailing list