Skip to content

fix(citation): bump CITATION.cff to 1.14.1 and gate it against pyproject#113

Merged
SMI-Lab-Inha merged 1 commit into
masterfrom
fix-citation-version
May 23, 2026
Merged

fix(citation): bump CITATION.cff to 1.14.1 and gate it against pyproject#113
SMI-Lab-Inha merged 1 commit into
masterfrom
fix-citation-version

Conversation

@SMI-Lab-Inha
Copy link
Copy Markdown
Owner

The software version: field in CITATION.cff had drifted to 1.10.0 while the package shipped 1.14.x, so GitHub's 'Cite this repository' widget (and Zenodo) advertised a stale version. (The cff-version: 1.2.0 line is the CFF schema version and is correct.)

  • Set version: 1.14.1 and date-released: 2026-05-23.
  • Add a tests/test_version.py check that pins the citation version to pyproject, so a release that forgets to bump it fails CI (same drift-prevention pattern as the __init__ fallback gate).
  • Add the CITATION.cff bump to the release checklist (step 8).

The software version: field in CITATION.cff had drifted to 1.10.0 while
the package shipped 1.14.x, so the 'Cite this repository' metadata was
stale. Set it to 1.14.1 with the correct date-released, add a
test_version.py check that pins the citation version to pyproject so a
forgotten bump fails CI, and add the CITATION.cff bump to the release
checklist.
@SMI-Lab-Inha SMI-Lab-Inha merged commit b18fff8 into master May 23, 2026
6 checks passed
@SMI-Lab-Inha SMI-Lab-Inha deleted the fix-citation-version branch May 23, 2026 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant