Skip to content

Commit

Permalink
update : version_check updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri committed Jan 20, 2024
1 parent 3201bc4 commit 46419ed
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions otherfiles/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,19 @@
PARAMS_ITEMS = ['SAMILA_VERSION = "{0}"']

META_ITEMS = ['% set version = "{0}" %']
ISSUE_TEMPLATE_ITEMS = ["- Samila {0}"]

FILES = {
"setup.py": SETUP_ITEMS, "README.md": README_ITEMS, "CHANGELOG.md": CHANGELOG_ITEMS, os.path.join(
"samila", "params.py"): PARAMS_ITEMS, os.path.join("otherfiles", "meta.yaml"): META_ITEMS}
"setup.py": SETUP_ITEMS,
"README.md": README_ITEMS,
"CHANGELOG.md": CHANGELOG_ITEMS,
os.path.join("samila", "params.py"): PARAMS_ITEMS,
os.path.join("otherfiles", "meta.yaml"): META_ITEMS,
os.path.join(
".github",
"ISSUE_TEMPLATE",
"bug_report.yml"): ISSUE_TEMPLATE_ITEMS,
}

TEST_NUMBER = len(FILES)

Expand Down

0 comments on commit 46419ed

Please sign in to comment.