From e74214c72208cb62ec856b5a1a3bd94dd0727a1b Mon Sep 17 00:00:00 2001 From: Matthew Boakes Date: Mon, 16 Mar 2026 23:12:42 +0000 Subject: [PATCH 1/2] fix: correct Zenodo concept DOI to 10.5281/zenodo.19056977 --- CHANGELOG.md | 4 ++-- CITATION.cff | 2 +- README.md | 6 +++--- docs/changelog.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7197928..1c668b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Jabberjay follows [PEP 440](https://peps.python.org/pep-0440/) versioning, aimin ### Fixed - **Zenodo DOI corrected** — all references updated from `10.5281/zenodo.19056978` - to the correct concept DOI `10.5281/zenodo.19057457` across `CITATION.cff`, + to the correct concept DOI `10.5281/zenodo.19056977` across `CITATION.cff`, `README.md`, and both changelogs --- @@ -20,7 +20,7 @@ Jabberjay follows [PEP 440](https://peps.python.org/pep-0440/) versioning, aimin ### Added - **Zenodo integration** — repository is now archived on Zenodo; concept DOI - (`10.5281/zenodo.19057457`) added to `CITATION.cff`, README badge row, and + (`10.5281/zenodo.19056977`) added to `CITATION.cff`, README badge row, and BibTeX entry in the README citation section - **`.zenodo.json`** — explicit Zenodo record metadata (creator ORCID, affiliation, keywords, related identifiers for PyPI and docs) so archived diff --git a/CITATION.cff b/CITATION.cff index b3a5372..fff35b9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,7 +16,7 @@ authors: orcid: "https://orcid.org/0000-0002-9377-6240" identifiers: - type: doi - value: "10.5281/zenodo.19057457" + value: "10.5281/zenodo.19056977" description: "Zenodo concept DOI (resolves to the latest archived version)" repository-code: "https://github.com/MattyB95/Jabberjay" url: "https://mattyb95.github.io/Jabberjay" diff --git a/README.md b/README.md index 9bfc5ea..53ece4f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Downloads](https://img.shields.io/pypi/dm/jabberjay)](https://pypi.org/project/Jabberjay/) [![Docs](https://img.shields.io/badge/docs-mattyb95.github.io%2FJabberjay-blue)](https://mattyb95.github.io/Jabberjay) -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19057457.svg)](https://doi.org/10.5281/zenodo.19057457) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19056977.svg)](https://doi.org/10.5281/zenodo.19056977) [![GitHub Sponsors](https://img.shields.io/github/sponsors/MattyB95?label=Sponsor&logo=GitHub&color=EA4AAA)](https://github.com/sponsors/MattyB95) [![Ko-fi](https://img.shields.io/badge/Ko--fi-Support-FF5E5B?logo=ko-fi&logoColor=white)](https://ko-fi.com/mattyb95) @@ -302,11 +302,11 @@ If you use Jabberjay in your research, please cite it. GitHub's **"Cite this rep year = {2026}, url = {https://github.com/MattyB95/Jabberjay}, version = {0.0.8.post1}, - doi = {10.5281/zenodo.19057457}, + doi = {10.5281/zenodo.19056977}, } ``` -Archived versions are available on [Zenodo](https://doi.org/10.5281/zenodo.19057457). The concept DOI (`10.5281/zenodo.19057457`) always resolves to the latest release. +Archived versions are available on [Zenodo](https://doi.org/10.5281/zenodo.19056977). The concept DOI (`10.5281/zenodo.19056977`) always resolves to the latest release. --- diff --git a/docs/changelog.md b/docs/changelog.md index 7197928..1c668b9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,7 +11,7 @@ Jabberjay follows [PEP 440](https://peps.python.org/pep-0440/) versioning, aimin ### Fixed - **Zenodo DOI corrected** — all references updated from `10.5281/zenodo.19056978` - to the correct concept DOI `10.5281/zenodo.19057457` across `CITATION.cff`, + to the correct concept DOI `10.5281/zenodo.19056977` across `CITATION.cff`, `README.md`, and both changelogs --- @@ -20,7 +20,7 @@ Jabberjay follows [PEP 440](https://peps.python.org/pep-0440/) versioning, aimin ### Added - **Zenodo integration** — repository is now archived on Zenodo; concept DOI - (`10.5281/zenodo.19057457`) added to `CITATION.cff`, README badge row, and + (`10.5281/zenodo.19056977`) added to `CITATION.cff`, README badge row, and BibTeX entry in the README citation section - **`.zenodo.json`** — explicit Zenodo record metadata (creator ORCID, affiliation, keywords, related identifiers for PyPI and docs) so archived From b146b6957b46832f0cb29bd13980d1c78456eea0 Mon Sep 17 00:00:00 2001 From: Matthew Boakes Date: Mon, 16 Mar 2026 23:15:30 +0000 Subject: [PATCH 2/2] bump to 0.0.8.post2 --- CHANGELOG.md | 9 +++++++++ CITATION.cff | 2 +- README.md | 2 +- docs/changelog.md | 9 +++++++++ pyproject.toml | 2 +- 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c668b9..2c7868d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ Jabberjay follows [PEP 440](https://peps.python.org/pep-0440/) versioning, aimin --- +## [0.0.8.post2] — 2026-03-16 + +### Fixed +- **Zenodo concept DOI corrected again** — updated to `10.5281/zenodo.19056977` + across `CITATION.cff`, `README.md`, and both changelogs + +--- + ## [0.0.8.post1] — 2026-03-16 ### Fixed @@ -191,6 +199,7 @@ Jabberjay follows [PEP 440](https://peps.python.org/pep-0440/) versioning, aimin - Command-line interface (`jabberjay