From fe1d4647b34dfc17d777d29f756c5c768485cfc9 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Mon, 10 Oct 2022 17:41:42 +0800 Subject: [PATCH] version 0.0.1beta --- doc/source/build.rst | 2 +- doc/source/conf.py | 2 +- doc/source/integration.rst | 2 +- doc/source/simulation.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/build.rst b/doc/source/build.rst index 2b997c1..9114d6f 100644 --- a/doc/source/build.rst +++ b/doc/source/build.rst @@ -1,4 +1,4 @@ -Build and test +Build and Test ============== A push to git repository will trigger an automatic build and test on the Jenkins platform. diff --git a/doc/source/conf.py b/doc/source/conf.py index b8c5fbd..1f7e4de 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -25,7 +25,7 @@ copyright = '2022, CSST DAS Team' author = 'CSST DAS Team' # The full version, including alpha/beta/rc tags -release = '0.0.1alpha' +release = '0.0.1beta' # -- General configuration --------------------------------------------------- diff --git a/doc/source/integration.rst b/doc/source/integration.rst index 85c37a0..31d4eb1 100644 --- a/doc/source/integration.rst +++ b/doc/source/integration.rst @@ -1,4 +1,4 @@ -Continuous integration +Continuous Integration ====================== Using ``Jenkins`` diff --git a/doc/source/simulation.rst b/doc/source/simulation.rst index 8428593..2d4d6e9 100644 --- a/doc/source/simulation.rst +++ b/doc/source/simulation.rst @@ -1,4 +1,4 @@ -Using simulation data +Using Simulation Data ===================== Versions -- GitLab