Skip to content

Commit

Permalink
fix : version_check.py script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jun 11, 2024
1 parent 0482d01 commit e208ec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions otherfiles/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
"[{0}]:"]
PARAMS_ITEMS = ['OPR_VERSION = "{0}"']
META_ITEMS = ['% set version = "{0}" %']
SECURITY_ITEMS = ["| {0} | :white_check_mark: |", "| < {0} | :x: |"]

FILES = {
os.path.join("otherfiles", "meta.yaml"): META_ITEMS,
"setup.py": SETUP_ITEMS,
"README.md": README_ITEMS,
"CHANGELOG.md": CHANGELOG_ITEMS,
"SECURITY.md": SECURITY_ITEMS,
os.path.join("opr", "opr_param.py"): PARAMS_ITEMS,
}

Expand Down

0 comments on commit e208ec6

Please sign in to comment.