Skip to content

Commit dc58c17

Browse files
committed
update API doc version to 4.1.0 and add some more dependencies on the api target to include the sphinx config files
1 parent 215860f commit dc58c17

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

SCons/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
__version__="4.1.0"
22
__copyright__="Copyright (c) 2001 - 2021 The SCons Foundation"
33
__developer__="bdbaddog"
4-
__date__="2021-01-19 18:19:30"
4+
__date__="2021-01-19 20:03:01"
55
__buildsys__="ProDog2020"
6-
__revision__="aee5793fdea4cc6a31e5346ddbd847c9ba23d64d"
7-
__build__="aee5793fdea4cc6a31e5346ddbd847c9ba23d64d"
6+
__revision__="215860fd4f6bea67896c145660a035fad20cc41c"
7+
__build__="215860fd4f6bea67896c145660a035fad20cc41c"
88
# make sure compatibility is always in place
99
import SCons.compat # noqa

doc/sphinx/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
#
7979
# TODO: fill these in externally
8080
# The short X.Y version.
81-
version = '4.0'
81+
version = '4.1'
8282
# The full version, including alpha/beta/rc tags.
83-
release = '4.0.0'
83+
release = '4.1.0'
8484

8585
# The language for content autogenerated by Sphinx. Refer to documentation
8686
# for a list of supported languages.

0 commit comments

Comments
 (0)