From 9427460a25d6150064542b2777ed5e7d1330801f Mon Sep 17 00:00:00 2001 From: mdavis36 Date: Fri, 19 Jan 2024 12:55:32 -0800 Subject: [PATCH] Updating release version numbers. --- cmake/SpheralVersion.cmake | 2 +- docs/conf.py | 4 ++-- docs/conf.py.in | 4 ++-- docs/developer/dev/continuous_deployment.rst | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cmake/SpheralVersion.cmake b/cmake/SpheralVersion.cmake index 33175b1a9..651fab3b2 100644 --- a/cmake/SpheralVersion.cmake +++ b/cmake/SpheralVersion.cmake @@ -1 +1 @@ -set(SPHERAL_VERSION 2023.06.0) +set(SPHERAL_VERSION 2024.01.0) diff --git a/docs/conf.py b/docs/conf.py index ae3905762..38bbfd963 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,9 +26,9 @@ author = 'J. Michael Owen' # The short X.Y version -version = '2023.06.0' +version = '2024.01.0' # The full version, including alpha/beta/rc tags -release = '2023.06.0' +release = '2024.01.0' # -- General configuration --------------------------------------------------- diff --git a/docs/conf.py.in b/docs/conf.py.in index 65695d1dc..9b2bc4db7 100644 --- a/docs/conf.py.in +++ b/docs/conf.py.in @@ -26,9 +26,9 @@ copyright = '2012, LLNS' author = 'J. Michael Owen' # The short X.Y version -version = '2023.06.0' +version = '2024.01.0' # The full version, including alpha/beta/rc tags -release = '2023.06.0' +release = '2024.01.0' # -- General configuration --------------------------------------------------- diff --git a/docs/developer/dev/continuous_deployment.rst b/docs/developer/dev/continuous_deployment.rst index d7a9e947a..7f03ccfbe 100644 --- a/docs/developer/dev/continuous_deployment.rst +++ b/docs/developer/dev/continuous_deployment.rst @@ -9,6 +9,7 @@ to their environment. On LC systems we maintain: * ``Spheral/risky`` + * ``Spheral/2024.01.0`` * ``Spheral/2023.06.0`` * ``Spheral/2023.03.1`` * ``Spheral/2023.03.0`` (deprecated as of TOSS4 upgrade)