summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-01-19 20:10:56 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2021-01-19 20:10:56 (GMT)
commitdc58c175da659d6c0bb3e049ba56fb42e77546cd (patch)
treeeafe957dd5b63463cf85fb6c9524767b730e778c
parent215860fd4f6bea67896c145660a035fad20cc41c (diff)
downloadSCons-4.1.0.zip
SCons-4.1.0.tar.gz
SCons-4.1.0.tar.bz2
update API doc version to 4.1.0 and add some more dependencies on the api target to include the sphinx config files4.1.0
-rw-r--r--SCons/__init__.py6
-rw-r--r--doc/sphinx/conf.py4
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.