-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21b0e54
commit ad714e5
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## TOOL_NAME development version | ||
## TOOL_NAME 0.2.1 | ||
|
||
### API-breaking changes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
cff-version: 1.2.0 | ||
message: "Please cite TOOL_NAME as below." # TODO set up Zenodo to archive your tool and assign a DOI. Or if TOOL_NAME gets published in a journal, include the citation here. | ||
authors: # TODO: author names should match those in pyproject.toml | ||
- family-names: LASTNAME1 | ||
given-names: FIRSTNAME1 | ||
- family-names: Sovacool | ||
given-names: Kelly | ||
orcid: https://orcid.org/0000-0003-3283-829X | ||
- family-names: Koparde | ||
given-names: Vishal | ||
orcid: https://orcid.org/0000-0001-8978-8495 | ||
title: "TOOL_NAME: insert one-line description here" # TODO: citation title should match pyproject.toml | ||
message: Please cite TOOL_NAME as below. | ||
authors: | ||
- family-names: LASTNAME1 | ||
given-names: FIRSTNAME1 | ||
- family-names: Sovacool | ||
given-names: Kelly | ||
orcid: https://orcid.org/0000-0003-3283-829X | ||
- family-names: Koparde | ||
given-names: Vishal | ||
orcid: https://orcid.org/0000-0001-8978-8495 | ||
title: 'TOOL_NAME: insert one-line description here' | ||
url: https://ccbr.github.io/TOOL_NAME/ | ||
repository-code: https://github.com/CCBR/TOOL_NAME | ||
license: MIT | ||
type: software | ||
version: # TODO update the version here just before cutting a new release | ||
date-released: # TODO update the release date just before cutting a new release | ||
version: v0.2.1 | ||
date-released: '2024-01-12' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.2.0-dev | ||
0.2.1 |