Skip to content

Commit

Permalink
Merge pull request #328 from LLNL/main
Browse files Browse the repository at this point in the history
2025.01.0 Release Changes
  • Loading branch information
mdavis36 authored Feb 6, 2025
2 parents b0080e6 + aa816b1 commit ecc3060
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .gitlab/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@
- INSTALL_DIR=/usr/gapps/Spheral/$SYS_TYPE/spheral-$SPHERAL_REV_STR
- DEV_PKG_NAME=$SYS_TYPE-spheral-dev-pkg-$SPHERAL_REV_STR

- env SPHERAL_REV_STR=$SPHERAL_REV_STR STAGE_DIR=$STAGE_DIR SPEC=$SPEC SPACK_PKG_NAME=$SPACK_PKG_NAME SCRIPT_DIR=$SCRIPT_DIR
- env SPHERAL_REV_STR=$SPHERAL_REV_STR STAGE_DIR=$INSTALL_DIR SPEC=$SPEC SPACK_PKG_NAME=$SPACK_PKG_NAME SCRIPT_DIR=$SCRIPT_DIR
bash ./$SCRIPT_DIR/lc/generate-buildcache.sh

- echo $STAGE_DIR &> install-dir.txt
- echo $INSTALL_DIR &> install-dir.txt
- echo $DEV_PKG_NAME &> dev-pkg-name.txt

artifacts:
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version vYYYY.MM.p -- Release date YYYY-MM-DD
Version v2025.01.0 -- Release date 2025-01-31
==============================================
* Important Notes:

Expand Down
2 changes: 1 addition & 1 deletion cmake/SpheralVersion.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set(SPHERAL_VERSION 2024.06.1)
set(SPHERAL_VERSION 2025.01.0)
6 changes: 3 additions & 3 deletions docs/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ import sphinx_rtd_theme
# -- Project information -----------------------------------------------------

project = 'Spheral'
copyright = '2024, LLNS'
copyright = '2025, LLNS'
author = 'J. Michael Owen'

# The short X.Y version
version = '2024.06.1'
version = '2025.01.0'
# The full version, including alpha/beta/rc tags
release = '2024.06.1'
release = '2025.01.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/dev/continuous_deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ to their environment.

On LC systems we maintain:
* ``Spheral/risky``
* ``Spheral/2025.01.0``
* ``Spheral/2024.06.1``
* ``Spheral/2024.01.1``
* ``Spheral/2023.06.0``
* ``Spheral/2023.03.1``

Spheral/risky
=============
Expand Down

0 comments on commit ecc3060

Please sign in to comment.