From e43849787ce21991d0f7c87ee4e9edd92ec8c427 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Sat, 9 Aug 2025 20:56:00 +0200 Subject: [PATCH 1/3] Update copier template version --- .copier-answers.yml | 2 +- .github/workflows/bump.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index de3453a..297cb83 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v0.12.3 +_commit: v0.14.0 _src_path: gl:openscm/copier-core-python-repository conda_release: true email: zebedee.nicholls@climate-energy-college.org diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml index b52d7ad..d3522eb 100644 --- a/.github/workflows/bump.yaml +++ b/.github/workflows/bump.yaml @@ -7,10 +7,10 @@ on: type: choice description: How to bump the project's version (see https://docs.astral.sh/uv/reference/cli/#uv-version) options: - - stable - patch - minor - major + - stable - alpha - beta - rc @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ "ubuntu-latest" ] - python-version: [ "3.9" ] + python-version: [ "3.11" ] runs-on: "${{ matrix.os }}" env: CI_COMMIT_EMAIL: "ci-runner@pandas-openscm.invalid" From e8e7e8c5e3391f1bfc5135028dea1b1cb87fe23f Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Sat, 9 Aug 2025 20:57:08 +0200 Subject: [PATCH 2/3] CHANGELOG --- changelog/33.trivial.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/33.trivial.md diff --git a/changelog/33.trivial.md b/changelog/33.trivial.md new file mode 100644 index 0000000..4f83390 --- /dev/null +++ b/changelog/33.trivial.md @@ -0,0 +1 @@ +Updated to latest version of the copier template From e10f5e9c794cc737d77e82fc5df24e667780eba9 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Sat, 9 Aug 2025 21:03:40 +0200 Subject: [PATCH 3/3] Update template version --- .copier-answers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 297cb83..1176570 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v0.14.0 +_commit: v0.14.1 _src_path: gl:openscm/copier-core-python-repository conda_release: true email: zebedee.nicholls@climate-energy-college.org