Skip to content

Commit

Permalink
Merge pull request #255 from ma10/yaml2json-add-date-20240729
Browse files Browse the repository at this point in the history
チェックシートの更新日の情報をversion.pyに追加
  • Loading branch information
ma10 authored Jul 29, 2024
2 parents 3f06b79 + d05e5d9 commit ec5f9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/yaml2x/yaml2json/yaml2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def main():
data = {
'publish': settings['publish'],
'version': version_info['checksheet_version'],
'date': version_info['checksheet_date'],
'checks': checks
}
with open(settings['output_file'], mode="w", encoding="utf-8", newline="\n") as f:
Expand Down
1 change: 1 addition & 0 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
guidelines_version = 'Ver. 202405.0'
checksheet_version = '4.3.7'
checksheet_date = '2024-02-15'
publishedDate = '2024-05-14'

0 comments on commit ec5f9d7

Please sign in to comment.