From 443b30d5b4eb6686082f6b276ed8e12b28979b1e Mon Sep 17 00:00:00 2001 From: Sam Tygier Date: Mon, 9 Oct 2023 14:38:13 +0100 Subject: [PATCH 1/2] Update versions --- CITATION.cff | 4 ++-- docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 10f395ef608..4076d2a68c4 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,9 +26,9 @@ authors: orcid: https://orcid.org/0000-0002-7495-8655 title: "Mantid Imaging" abstract: "Mantid Imaging is a graphical toolkit for performing 3D reconstruction of neutron tomography data. It provides an easy-to-use graphical interface to a wide range of pre/post-processing operations, tilt correction and reconstruction algorithms, accommodating for tomography users with varying data complexity and image analysis background knowledge. It utilises a flexible plugin system that allows easy integration of external software, and has allowed us to re-use software widely known in the neutron tomography community." -version: "2.5.0" +version: "2.6.0" doi: 10.5281/zenodo.4728059 -date-released: 2023-05-04 +date-released: 2023-10-09 license: "GPL-3.0-or-later" repository-code: https://github.com/mantidproject/mantidimaging url: https://mantidproject.github.io/mantidimaging diff --git a/docs/conf.py b/docs/conf.py index b083e1c5836..3c6ff88b73d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -79,7 +79,7 @@ # The short X.Y version. version = '2.6' # The full version, including alpha/beta/rc tags. -release = '2.6.0a1' +release = '2.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From e3c5a3e197289dee989ad769cddda5e182b1826c Mon Sep 17 00:00:00 2001 From: Sam Tygier Date: Mon, 9 Oct 2023 14:39:53 +0100 Subject: [PATCH 2/2] Add missing author --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3c6ff88b73d..0996fd37edb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,8 +69,8 @@ # General information about the project. project = 'MantidImaging' copyright = '2017-2023, Mantid Project' -author = 'Dimitar Tasev, Dolica Akello-Egwel, Rachel Baust, Martyn Gigg, Samuel Jones, Dan Nixon, Samuel Stock, ' \ - 'Will Taylor, Sam Tygier' +author = 'Dimitar Tasev, Jack Allen, Dolica Akello-Egwel, Rachel Baust, Martyn Gigg, Samuel Jones, Dan Nixon, ' \ + 'Samuel Stock, Will Taylor, Sam Tygier' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the