File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- version : 0.16.0-rc2
2
- commit : " v0.16.0-rc2 "
1
+ version : 0.16.0
2
+ commit : " v0.16.0"
3
3
date-released : " 2025-04-10"
4
4
cff-version : 1.2.0
5
5
message : " Please cite sisl in any paper to acknowledge and support development."
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ below sequence.
16
16
17
17
The release cycle should be performed like this:
18
18
19
- 1 . Update released versions in ` CITATION.cff `
19
+ 1 . Update released versions in ` CITATION.cff ` and ` pyproject.toml ` .
20
20
21
- 2 . Insert correct dates in ` CITATION.cff ` (for Zenodo)
21
+ 2 . Insert correct dates in ` CITATION.cff ` (for Zenodo).
22
22
23
23
3 . Create release notes and changelogs:
24
24
Original file line number Diff line number Diff line change 10
10
[tool .setuptools_scm ]
11
11
write_to = " src/sisl/_version.py"
12
12
version_file = " src/sisl/_version.py"
13
- fallback_version = " 0.16.0-rc2 "
13
+ fallback_version = " 0.16.0"
14
14
15
15
# First we define the build-system which we will probably alter the most
16
16
[build-system ]
You can’t perform that action at this time.
0 commit comments