Skip to content

Commit

Permalink
fix : SECURITY.md added to version_check.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Apr 12, 2024
1 parent 4165e3c commit ed5a2d5
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 @@ -29,11 +29,13 @@
PARAMS_ITEMS = ['ART_VERSION = "{0}"']
META_ITEMS = ['% set version = "{0}" %']
ISSUE_TEMPLATE_ITEMS = ["- Art {0}"]
SECURITY_ITEMS = ["| {0} | :white_check_mark: |", "| < {0} | :x: |"]

FILES = {
"setup.py": SETUP_ITEMS,
"INSTALL.md": INSTALL_ITEMS,
"CHANGELOG.md": CHANGELOG_ITEMS,
"SECURITY.md": SECURITY_ITEMS,
"FontList.ipynb": FONT_LIST_ITEMS,
"ArtList.ipynb": ART_LIST_ITEMS,
os.path.join(
Expand Down

0 comments on commit ed5a2d5

Please sign in to comment.