From dc58c175da659d6c0bb3e049ba56fb42e77546cd Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 19 Jan 2021 12:10:56 -0800 Subject: update API doc version to 4.1.0 and add some more dependencies on the api target to include the sphinx config files --- SCons/__init__.py | 6 +++--- doc/sphinx/conf.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SCons/__init__.py b/SCons/__init__.py index b5a5c28..6e1dd87 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="4.1.0" __copyright__="Copyright (c) 2001 - 2021 The SCons Foundation" __developer__="bdbaddog" -__date__="2021-01-19 18:19:30" +__date__="2021-01-19 20:03:01" __buildsys__="ProDog2020" -__revision__="aee5793fdea4cc6a31e5346ddbd847c9ba23d64d" -__build__="aee5793fdea4cc6a31e5346ddbd847c9ba23d64d" +__revision__="215860fd4f6bea67896c145660a035fad20cc41c" +__build__="215860fd4f6bea67896c145660a035fad20cc41c" # make sure compatibility is always in place import SCons.compat # noqa \ No newline at end of file diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 91b511d..27e18b7 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -78,9 +78,9 @@ author = 'SCons Project Team' # # TODO: fill these in externally # The short X.Y version. -version = '4.0' +version = '4.1' # The full version, including alpha/beta/rc tags. -release = '4.0.0' +release = '4.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v0.12