From 92b0023be10c878a7065f0688b7cc228db6329e5 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller Date: Wed, 10 May 2023 15:34:47 +0100 Subject: [PATCH] Also update the version number in the online doc and on-boarding guide --- doc/RTD/source/conf.py | 4 ++-- doc/onboardingGuide/source/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/RTD/source/conf.py b/doc/RTD/source/conf.py index 59c8ba7371..17c62e4d3a 100644 --- a/doc/RTD/source/conf.py +++ b/doc/RTD/source/conf.py @@ -23,9 +23,9 @@ author = "SWIFT Team" # The short X.Y version -version = "0.9" +version = "1.0" # The full version, including alpha/beta/rc tags -release = "0.9.0" +release = "1.0.0" # -- Find additional scripts to run as part of the documentation build ------- import glob diff --git a/doc/onboardingGuide/source/conf.py b/doc/onboardingGuide/source/conf.py index 09be4bc3c1..4b5324baba 100644 --- a/doc/onboardingGuide/source/conf.py +++ b/doc/onboardingGuide/source/conf.py @@ -22,7 +22,7 @@ author = "SWIFT Collaboration" # The full version, including alpha/beta/rc tags -release = "0.0" +release = "1.0" # -- General configuration ---------------------------------------------------