From 6df223439bd70ae1bf98a357c70eaf3b01a74df1 Mon Sep 17 00:00:00 2001 From: EbF Date: Wed, 5 Jun 2024 13:07:40 -0700 Subject: [PATCH] Release: r24.06.1-rc1 --- Doxyfile | 2 +- data/version_number | 1 + docs/source/conf.py | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 data/version_number diff --git a/Doxyfile b/Doxyfile index 01a9f8d8b..84c9ccdcc 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "MESA" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = r24.03.04 +PROJECT_NUMBER = r24.06.1-rc1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/data/version_number b/data/version_number new file mode 100644 index 000000000..47296ac03 --- /dev/null +++ b/data/version_number @@ -0,0 +1 @@ +r24.06.1-rc1 diff --git a/docs/source/conf.py b/docs/source/conf.py index 57f4eeb2e..6e93710ff 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,8 +20,8 @@ project = 'MESA' copyright = '2024, The MESA Team' author = 'The MESA Team' -release = 'main' -version = 'main' +release = 'r24.06.1-rc1' +version = 'r24.06.1-rc1' # -- General configuration ---------------------------------------------------