From 73cfe20318a82f8f24aee9e1b2e6e8843d8e4837 Mon Sep 17 00:00:00 2001 From: Warrick Ball Date: Wed, 27 Apr 2022 22:02:50 +0100 Subject: [PATCH] Release: r22.05.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 dc9b7a34c..8c6c382c5 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 = 11701 +PROJECT_NUMBER = r22.05.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..d723792cb --- /dev/null +++ b/data/version_number @@ -0,0 +1 @@ +r22.05.1-rc1 diff --git a/docs/source/conf.py b/docs/source/conf.py index 3aa0e0b4f..d17de0c13 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,8 +20,8 @@ project = 'MESA' copyright = '2021, The MESA Team' author = 'The MESA Team' -release = 'main' -version = 'main' +release = 'r22.05.1-rc1' +version = 'r22.05.1-rc1' # -- General configuration ---------------------------------------------------