From: <bov...@us...> - 2007-02-01 23:20:06
|
Revision: 1356 http://svn.sourceforge.net/pywebsvcs/?rev=1356&view=rev Author: boverhof Date: 2007-02-01 15:20:06 -0800 (Thu, 01 Feb 2007) Log Message: ----------- M setup.cfg M doc/guide02-wsdl2py.tex M ZSI/version.py -- update version of trunk Modified Paths: -------------- trunk/zsi/ZSI/version.py trunk/zsi/doc/guide02-wsdl2py.tex trunk/zsi/setup.cfg Modified: trunk/zsi/ZSI/version.py =================================================================== --- trunk/zsi/ZSI/version.py 2007-02-01 22:36:26 UTC (rev 1355) +++ trunk/zsi/ZSI/version.py 2007-02-01 23:20:06 UTC (rev 1356) @@ -1,2 +1,2 @@ # Auto-generated file; do not edit -Version = (2, 0, 0) +Version = (2, 1, 0) Modified: trunk/zsi/doc/guide02-wsdl2py.tex =================================================================== --- trunk/zsi/doc/guide02-wsdl2py.tex 2007-02-01 22:36:26 UTC (rev 1355) +++ trunk/zsi/doc/guide02-wsdl2py.tex 2007-02-01 23:20:06 UTC (rev 1356) @@ -347,7 +347,7 @@ # assign values using the properties or methods opts.Query = 'Newton' -opts.set_element__Limit(10) +opts.set_element_Limit(10) # don't forget the attribute opts.set_attribute_timeout(1.0) Modified: trunk/zsi/setup.cfg =================================================================== --- trunk/zsi/setup.cfg 2007-02-01 22:36:26 UTC (rev 1355) +++ trunk/zsi/setup.cfg 2007-02-01 23:20:06 UTC (rev 1356) @@ -5,7 +5,7 @@ [version] major = 2 -minor = 0 +minor = 1 patchlevel = 0 #candidate = 3 candidate = 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |