Hi,
Thanks for the reply, tried this but still didn’t work… To be clear, by “bump up” you meant that if my code looks like this :
xml_parameters = ET.Element("parameters")
xml_version = ET.SubElement(xml_parameters, "version")
xml_version.text = "3"
xml_version = ET.SubElement(xml_parameters, "parameter_version_major")
xml_version.text = "1"
xml_version = ET.SubElement(xml_parameters, "parameter_version_minor")
xml_version.text = "16"
I should replace the 16 by 17 ? (that’s what I just tried)