diff --git a/CITATION.cff b/CITATION.cff index 8d606f07617..f67d789d468 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -33,9 +33,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.7.0" +version: "2.8.0" doi: 10.5281/zenodo.4728059 -date-released: 2024-02-21 +date-released: 2024-07-08 license: "GPL-3.0-or-later" repository-code: https://github.com/mantidproject/mantidimaging url: https://mantidproject.github.io/mantidimaging diff --git a/docs/_static/version_switcher.json b/docs/_static/version_switcher.json index 318fa30de5e..ba7f48ace7a 100644 --- a/docs/_static/version_switcher.json +++ b/docs/_static/version_switcher.json @@ -1,11 +1,16 @@ [ { - "name": "v2.8.0 (dev)", - "version": "2.8.0a1", + "name": "v2.9.0 (dev)", + "version": "2.9.0a1", "url": "/mantidimaging/" }, { - "name": "v2.7.0 (stable)", + "name": "v2.8.0 (stable)", + "version": "2.8.0", + "url": "/mantidimaging/2.8.0" + }, + { + "name": "v2.7.0", "version": "2.7.0", "url": "/mantidimaging/2.7.0" }, diff --git a/docs/conf.py b/docs/conf.py index 1feccf539e6..4add7444310 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -79,7 +79,7 @@ # The short X.Y version. version = '2.8' # The full version, including alpha/beta/rc tags. -release = '2.8.0a1' +release = '2.8.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 45759cf17cd..1572b56b643 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -29,7 +29,7 @@ Mantid Imaging is a graphical toolkit for performing 3D reconstruction of neutro Please cite as: -Akello-Egwel, Dolica; Allen, Jack; Baust, Rachel; Gigg, Martyn; Jones, Samuel; Meigh, Ashley; Nixon, Daniel; Stock, Samuel; Sullivan, Michael; Tasev, Dimitar; Taylor, Will; Tygier, Sam. (2024). Mantid Imaging (2.7.0), Zenodo https://doi.org/10.5281/zenodo.4728059 +Akello-Egwel, Dolica; Allen, Jack; Baust, Rachel; Gigg, Martyn; Jones, Samuel; Meigh, Ashley; Nixon, Daniel; Stock, Samuel; Sullivan, Michael; Tasev, Dimitar; Taylor, Will; Tygier, Sam. (2024). Mantid Imaging (2.8.0), Zenodo https://doi.org/10.5281/zenodo.4728059 (See `Zenodo `_ for citing specific versions).