diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-01-19 20:10:56 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-01-19 20:10:56 (GMT) |
commit | dc58c175da659d6c0bb3e049ba56fb42e77546cd (patch) | |
tree | eafe957dd5b63463cf85fb6c9524767b730e778c /doc | |
parent | 215860fd4f6bea67896c145660a035fad20cc41c (diff) | |
download | SCons-dc58c175da659d6c0bb3e049ba56fb42e77546cd.zip SCons-dc58c175da659d6c0bb3e049ba56fb42e77546cd.tar.gz SCons-dc58c175da659d6c0bb3e049ba56fb42e77546cd.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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. |