Skip to content

Commit fbbbc83

Browse files
committed
Finalized 0.16.0 release
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 7168834 commit fbbbc83

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version: 0.16.0-rc2
2-
commit: "v0.16.0-rc2"
1+
version: 0.16.0
2+
commit: "v0.16.0"
33
date-released: "2025-04-10"
44
cff-version: 1.2.0
55
message: "Please cite sisl in any paper to acknowledge and support development."

DEPLOY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ below sequence.
1616

1717
The release cycle should be performed like this:
1818

19-
1. Update released versions in `CITATION.cff`
19+
1. Update released versions in `CITATION.cff` and `pyproject.toml`.
2020

21-
2. Insert correct dates in `CITATION.cff` (for Zenodo)
21+
2. Insert correct dates in `CITATION.cff` (for Zenodo).
2222

2323
3. Create release notes and changelogs:
2424

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[tool.setuptools_scm]
1111
write_to = "src/sisl/_version.py"
1212
version_file = "src/sisl/_version.py"
13-
fallback_version = "0.16.0-rc2"
13+
fallback_version = "0.16.0"
1414

1515
# First we define the build-system which we will probably alter the most
1616
[build-system]

0 commit comments

Comments
 (0)