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 May 3, 2024
1 parent 242fde0 commit c10c65f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions otherfile/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
META_ITEMS = ['% set version = "{0}" %']
SPEC_ITEMS = ['pyrgg_version = "{0}"']
ISSUE_TEMPLATE_ITEMS = ["- PyRGG {0}"]
SECURITY_ITEMS = ["| {0} | :white_check_mark: |", "| < {0} | :x: |"]

FILES = {
"setup.py": SETUP_ITEMS,
"PYRGG.spec": SPEC_ITEMS,
"README.md": README_ITEMS,
"CHANGELOG.md": CHANGELOG_ITEMS,
"SECURITY.md": SECURITY_ITEMS,
os.path.join(
"pyrgg",
"params.py"): PARAMS_ITEMS,
Expand Down

0 comments on commit c10c65f

Please sign in to comment.