Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into enh-hybrid-models-g…
Browse files Browse the repository at this point in the history
…r-and-loieau-structures
  • Loading branch information
nghi-truyen committed Sep 18, 2024
2 parents 0572fc6 + f1c7844 commit c8a3d1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smash/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def get_keywords():
# setup.py/versioneer.py will grep for the variable names, so they must
# each be defined on a line of their own. _version.py will just call
# get_keywords().
git_refnames = "$Format:%d$"
git_full = "$Format:%H$"
git_date = "$Format:%ci$"
git_refnames = " (enh-hybrid-models-gr-and-loieau-structures)"
git_full = "0572fc675d9f5bae6ef2a59d4eaa72f29a62608e"
git_date = "2024-09-18 17:44:01 +0200"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords

Expand Down

0 comments on commit c8a3d1d

Please sign in to comment.