diff --git a/cmake/SpheralVersion.cmake b/cmake/SpheralVersion.cmake index d894dfec7..aef46be38 100644 --- a/cmake/SpheralVersion.cmake +++ b/cmake/SpheralVersion.cmake @@ -1 +1 @@ -set(SPHERAL_VERSION 2024.06.0) +set(SPHERAL_VERSION 2024.06.1) diff --git a/docs/conf.py b/docs/conf.py index ac0e4fea6..df9b1060e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,9 +26,9 @@ author = 'J. Michael Owen' # The short X.Y version -version = '2024.06.0' +version = '2024.06.1' # The full version, including alpha/beta/rc tags -release = '2024.06.0' +release = '2024.06.1' # -- General configuration --------------------------------------------------- diff --git a/docs/conf.py.in b/docs/conf.py.in index 312a41083..b7d23f29a 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 = '2024.06.0' +version = '2024.06.1' # The full version, including alpha/beta/rc tags -release = '2024.06.0' +release = '2024.06.1' # -- General configuration --------------------------------------------------- diff --git a/docs/developer/dev/continuous_deployment.rst b/docs/developer/dev/continuous_deployment.rst index 623d6cbaf..aa8843e7b 100644 --- a/docs/developer/dev/continuous_deployment.rst +++ b/docs/developer/dev/continuous_deployment.rst @@ -9,7 +9,7 @@ to their environment. On LC systems we maintain: * ``Spheral/risky`` - * ``Spheral/2024.06.0`` + * ``Spheral/2024.06.1`` * ``Spheral/2024.01.1`` * ``Spheral/2023.06.0`` * ``Spheral/2023.03.1``