Skip to content

Commit 79b4ef4

Browse files
committed
Updated the schema version to 1.6
1 parent c804e7c commit 79b4ef4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ simulation frameworks that support WfFormat can then use both types of instances
6868
interchangeably. WfFormat uses a JSON specification available in the
6969
`WfFormat Schema GitHub <https://github.com/wfcommons/WfFormat>`_
7070
repository. 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
7272
of WfFormat (including required fields), and also a validator script for verifying
7373
the compatibility of instances.

tests/unit/wfinstances/test_instance_analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

tests/unit/wfinstances/test_instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

wfcommons/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# (at your option) any later version.
1010

1111
__version__ = "1.5-dev"
12-
__schema_version__ = "1.5"
12+
__schema_version__ = "1.6"

0 commit comments

Comments
 (0)