File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,6 @@ simulation frameworks that support WfFormat can then use both types of instances
6868interchangeably. WfFormat uses a JSON specification available in the
6969`WfFormat Schema GitHub <https://github.com/wfcommons/WfFormat >`_
7070repository. The current version of the WfCommons Python package uses the schema
71- version :code: `1.5 `. The schema GitHub repository provides detailed explanation
71+ version :code: `1.6 `. The schema GitHub repository provides detailed explanation
7272of WfFormat (including required fields), and also a validator script for verifying
7373the compatibility of instances.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def instance(self) -> pathlib.Path:
2323 "name" : "workflow_test" ,
2424 "description" : "Instance generate for WfCommons Test" ,
2525 "createdAt" : "2020-12-30T02:19:01.238077" ,
26- "schemaVersion" : "1.5 " ,
26+ "schemaVersion" : "1.6 " ,
2727 "author" : {
2828 "name" : "wfcommons" ,
2929 "email" : "support@wfcommons.org"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def instance(self) -> pathlib.Path:
2323 "name" : "workflow_test" ,
2424 "description" : "Instance generate for WfCommons Test" ,
2525 "createdAt" : "2020-12-30T02:19:01.238077" ,
26- "schemaVersion" : "1.5 " ,
26+ "schemaVersion" : "1.6 " ,
2727 "author" : {
2828 "name" : "wfcommons" ,
2929 "email" : "support@wfcommons.org"
Original file line number Diff line number Diff line change 99# (at your option) any later version.
1010
1111__version__ = "1.5-dev"
12- __schema_version__ = "1.5 "
12+ __schema_version__ = "1.6 "
You can’t perform that action at this time.
0 commit comments