From c803f3f1c62ac4cefc134427ba35dc532c05118e Mon Sep 17 00:00:00 2001 From: tgwoodcock Date: Thu, 28 Nov 2024 15:24:05 +0100 Subject: [PATCH] Added zenodo doi to CITATION.cff, updated CHANGELOG, version bump --- CHANGELOG.rst | 8 ++++++++ CITATION.cff | 3 ++- src/hdf5view/__init__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e2632b8..dfaf672 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -26,6 +26,14 @@ its best to adhere to `Semantic Versioning Fixed ----- +0.2.2 (2024-11-28) +================== + +Changed +------- + +- Added Zenodo doi to CITATION.cff + 0.2.1 (2024-11-28) ================== diff --git a/CITATION.cff b/CITATION.cff index 2dd042a..4c0474f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,6 +9,7 @@ authors: website: "https://github.com/tgwoodcock/hdf5view/graphs/contributors" cff-version: 1.2.0 date-released: "2024-11-28" +doi: 10.5281/zenodo.14236673 keywords: - research - data @@ -20,4 +21,4 @@ license: MIT message: "Please use these metadata in any citations of the software." repository-code: "https://github.com/tgwoodcock/hdf5view" title: "hdf5view" -version: 0.2.1 +version: 0.2.2 diff --git a/src/hdf5view/__init__.py b/src/hdf5view/__init__.py index 62b4de4..0e7e86c 100644 --- a/src/hdf5view/__init__.py +++ b/src/hdf5view/__init__.py @@ -1,3 +1,3 @@ """hdf5view: a simple viewer for HDF5 files.""" -__version__ = "0.2.1" +__version__ = "0.2.2"