From cfb9b77dc75038857412f0c896677e8c9625a28e Mon Sep 17 00:00:00 2001 From: mollybuckley Date: Tue, 14 Jan 2025 13:48:48 +0000 Subject: [PATCH] contributor/version updates for release --- CITATION.cff | 10 ++++++++-- docs/source/contributors.rst | 2 ++ hazenlib/_version.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a65d190d..4e2ff111 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -46,14 +46,20 @@ authors: - family-names: Thornley given-names: Becky + - + family-names: Laureano + given-names: Beatriz + - + family-names: Lowe + given-names: Melissa - family-names: Shuaib given-names: Haris orcid: "https://orcid.org/0000-0001-6975-5960" cff-version: "1.1.0" -date-released: 2024-04-09 +date-released: 2025-01-14 message: "If you use hazen in your work, please cite it using these metadata." repository-code: "https://github.com/GSTT-CSC/hazen" title: hazen -version: "1.3.3" +version: "1.3.4" ... diff --git a/docs/source/contributors.rst b/docs/source/contributors.rst index 0eea3801..b3e634d1 100644 --- a/docs/source/contributors.rst +++ b/docs/source/contributors.rst @@ -18,3 +18,5 @@ Contributors * `Sian Culley `_ * `Molly Buckley `_ * `Becky Thornley `_ +* `Beatriz Laureano `_ +* `Melissa Lowe `_ diff --git a/hazenlib/_version.py b/hazenlib/_version.py index 07f744ca..ac422f13 100644 --- a/hazenlib/_version.py +++ b/hazenlib/_version.py @@ -1 +1 @@ -__version__ = '1.3.3' +__version__ = '1.3.4'