Juan Hernandez has uploaded a new change for review. Change subject: codegen: Update generateDS.py version to 2.12a ......................................................................
codegen: Update generateDS.py version to 2.12a This update is required in order to make sure that empty XML elements aren't lost during conversions. Change-Id: I1fc08804b71aa316262c65ac5a8b6659db467251 Related: https://bugzilla.redhat.com/1091688 Signed-off-by: Juan Hernandez <[email protected]> --- M src/codegen/xsd/genparams.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/68/27668/1 diff --git a/src/codegen/xsd/genparams.py b/src/codegen/xsd/genparams.py index 3ee5530..9496295 100755 --- a/src/codegen/xsd/genparams.py +++ b/src/codegen/xsd/genparams.py @@ -45,7 +45,7 @@ 'error': logging.ERROR, 'critical': logging.CRITICAL} -GENERATE_DS_VERSION = "2.9a" +GENERATE_DS_VERSION = "2.12a" class helpAction(argparse.Action): -- To view, visit http://gerrit.ovirt.org/27668 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1fc08804b71aa316262c65ac5a8b6659db467251 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
