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 Apr 20, 2024
1 parent 5e320bf commit 658bba7
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,13 +19,15 @@
"[{0}]:"]
PARAMS_ITEMS = ['RESERVER_VERSION = "{0}"']
META_ITEMS = ['% set version = "{0}" %']
ISSUE_TEMPLATE_ITEMS = ["- Reserver {0}"]

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

TEST_NUMBER = len(FILES)
Expand Down

0 comments on commit 658bba7

Please sign in to comment.