From cb560eec6aecc0241a9829472873ae10558d011f Mon Sep 17 00:00:00 2001 From: "T.Aoyama" Date: Fri, 29 Nov 2024 10:31:15 +0900 Subject: [PATCH] update version info in manual --- doc/en/source/conf.py | 2 +- doc/ja/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/source/conf.py b/doc/en/source/conf.py index 658b1563..06099b3b 100644 --- a/doc/en/source/conf.py +++ b/doc/en/source/conf.py @@ -57,7 +57,7 @@ # The short X.Y version. version = u'3.0' # The full version, including alpha/beta/rc tags. -release = u'3.0-dev' +release = u'3.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/ja/source/conf.py b/doc/ja/source/conf.py index 04c72e17..c65b70eb 100644 --- a/doc/ja/source/conf.py +++ b/doc/ja/source/conf.py @@ -23,7 +23,7 @@ version = '3.0' # The full version, including alpha/beta/rc tags -release = '3.0-dev' +release = '3.0.0' # -- General configuration ---------------------------------------------------