Skip to content

Commit fddb3fc

Browse files
committed
Fix issue ref: zenodo/zenodo#2515
1 parent 9fb5f0d commit fddb3fc

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

CITATION.cff

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
abstract: "<p>Testing bump my version, no significant changes.</p>
22
3-
<p><strong>Full Changelog</strong>: https://github.com/scientificcomputing/scifem/compare/v0.15.1...v0.15.0</p>"
3+
<p><strong>Full Changelog</strong>: https://github.com/scientificcomputing/scifem/compare/v0.15.2...v0.15.1</p>"
44
authors:
55
- affiliation: Simula Research Laboratoy
66
family-names: Henrik Finsberg
@@ -9,9 +9,8 @@ authors:
99
cff-version: 1.2.0
1010
date-released: "2025-12-15"
1111
doi: 10.5281/zenodo.13784777
12-
license:
13-
- cc-by-4.0
14-
repository-code: https://github.com/scientificcomputing/scifem/tree/v0.15.1
15-
title: "scientificcomputing/scifem: v0.15.1"
12+
license: MIT
13+
repository-code: https://github.com/scientificcomputing/scifem/tree/v0.15.2
14+
title: "scientificcomputing/scifem: v0.15.2"
1615
type: software
17-
version: v0.15.1
16+
version: v0.15.2

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.1"
13+
version = "0.15.2"
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.1"
141+
current_version = "0.15.2"
142142

143143

144144
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)