From 4d31cabd30d71a33482bcf7eb1cff3c9736d40a3 Mon Sep 17 00:00:00 2001 From: Stef Smeets Date: Wed, 28 Aug 2024 14:20:20 +0200 Subject: [PATCH 1/3] Update CITATION.cff --- CITATION.cff | 7 ++++++- pyproject.toml | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 1f9f2169..cec295cf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,6 +14,11 @@ authors: given-names: "Laurent" orcid: "https://orcid.org/0000-0002-5422-8794" +- given-names: "Stef" + family-names: "Smeets" + affiliation: "Netherlands eScience Center" + orcid: "https://orcid.org/0000-0001-5107-3531" + - family-names: "Saste" given-names: "Mariana" orcid: "https://orcid.org/0000-0000-0000-0000" @@ -27,7 +32,7 @@ authors: orcid: "https://orcid.org/0000-0002-0673-4860" title: "PROTEUS" -version: 0.1 +version: 24.07.25 doi: 10.xx/xx.xx date-released: 2024-07-19 url: "https://github.com/FormingWorlds/PROTEUS" diff --git a/pyproject.toml b/pyproject.toml index ebb19e96..8c7b0b41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,3 +141,8 @@ replace = "__version__ = '{new_version}'" filename = "pyproject.toml" search = "version = \"{current_version}\"" replace = "version = \"{new_version}\"" + +[[tool.bumpversion.files]] +filename = "CITATION.cff" +search = "version: {current_version}" +replace = "version: {new_version}" From d46fb320230b47a9bac8d0b76849b022b1caa37d Mon Sep 17 00:00:00 2001 From: Stef Smeets Date: Thu, 29 Aug 2024 13:37:37 +0200 Subject: [PATCH 2/3] Fix legacy typo --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index cec295cf..939c60a3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,7 +19,7 @@ authors: affiliation: "Netherlands eScience Center" orcid: "https://orcid.org/0000-0001-5107-3531" -- family-names: "Saste" +- family-names: "Sastre" given-names: "Mariana" orcid: "https://orcid.org/0000-0000-0000-0000" From ec161814dba9f88570ad5f3eb6e1395f40b3ca5e Mon Sep 17 00:00:00 2001 From: Stef Smeets Date: Thu, 29 Aug 2024 13:38:26 +0200 Subject: [PATCH 3/3] Fix bump command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 982ed53d..2772f989 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,7 +107,7 @@ pip-compile -o requirements_full.txt pyproject.toml 1. Bump the version (`release`/`patch`) as needed ```console -bump-my-version release +bump-my-version bump release # 24.08.12 ```