Skip to content

Commit 9fb5f0d

Browse files
authored
Merge pull request #173 from scientificcomputing/dokken/fix-citation
Fix citation file, as zenodo needs version bump here as well
2 parents 8b036ac + 9f22c4d commit 9fb5f0d

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

CITATION.cff

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
abstract: '<p>Testing bump my version, no significant changes.</p>
1+
abstract: "<p>Testing bump my version, no significant changes.</p>
22
3-
<p><strong>Full Changelog</strong>: https://github.com/scientificcomputing/scifem/compare/v0.2.0...v0.2.2</p>'
3+
<p><strong>Full Changelog</strong>: https://github.com/scientificcomputing/scifem/compare/v0.15.1...v0.15.0</p>"
44
authors:
5-
- affiliation: Simula Research Laboratoy
6-
family-names: Henrik Finsberg
7-
- affiliation: Simula Research Laboratory
8-
family-names: "Jørgen Schartum Dokken"
5+
- affiliation: Simula Research Laboratoy
6+
family-names: Henrik Finsberg
7+
- affiliation: Simula Research Laboratory
8+
family-names: "Jørgen Schartum Dokken"
99
cff-version: 1.2.0
10-
date-released: '2024-09-18'
11-
doi: 10.5281/zenodo.13784791
10+
date-released: "2025-12-15"
11+
doi: 10.5281/zenodo.13784777
1212
license:
13-
- cc-by-4.0
14-
repository-code: https://github.com/scientificcomputing/scifem/tree/v0.2.2
15-
title: 'scientificcomputing/scifem: v0.2.2'
13+
- cc-by-4.0
14+
repository-code: https://github.com/scientificcomputing/scifem/tree/v0.15.1
15+
title: "scientificcomputing/scifem: v0.15.1"
1616
type: software
17-
version: v0.2.2
17+
version: v0.15.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
1010

1111
[project]
1212
name = "scifem"
13-
version = "0.15.0"
13+
version = "0.15.1"
1414
description = "Scientific tools for finite element methods"
1515
readme = "README.md"
1616
requires-python = ">=3.10"
@@ -138,7 +138,7 @@ tag = true
138138
sign_tags = false
139139
tag_name = "v{new_version}"
140140
tag_message = "Bump version: {current_version} → {new_version}"
141-
current_version = "0.15.0"
141+
current_version = "0.15.1"
142142

143143

144144
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)