Skip to content

Commit

Permalink
add bump version for citation
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Mar 9, 2023
1 parent 270effd commit d6e9e75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ tag = True
search = version="{current_version}"
replace = version="{new_version}"

[bumpversion:file:CITATION.cff]
search = version: v{current_version}
replace = version: v{new_version}

[bumpversion:file:docs/conf.py]
search = release = "{current_version}"
replace = release = "{new_version}"
Expand All @@ -18,4 +22,4 @@ replace = __version__ = "{new_version}"

[bumpversion:file:CHANGELOG.md]
search = Unreleased
replace = [{new_version}] {now:%Y-%m-%d}
replace = [{new_version}] {now:%Y-%m-%d}

0 comments on commit d6e9e75

Please sign in to comment.