Skip to content

Commit d35a993

Browse files
committed
restore conf.py to original state
1 parent 9573362 commit d35a993

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

SCons/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
__version__="4.10.1"
2-
__copyright__="Copyright (c) 2001 - 2025 The SCons Foundation"
1+
__version__="4.10.2"
2+
__copyright__="Copyright (c) 2001 - 2026 The SCons Foundation"
33
__developer__="bdbaddog"
4-
__date__="Sun, 16 Nov 2025 14:18:20 -0700"
4+
__date__="Sat, 03 Jan 2026 14:09:24 -0700"
55
__buildsys__="M1Dog2021"
6-
__revision__="055b01f429d58b686701a56df863a817c36bb103"
7-
__build__="055b01f429d58b686701a56df863a817c36bb103"
6+
__revision__="9573362eaf4dadc6368ad27a75bc2790a3e5e813"
7+
__build__="9573362eaf4dadc6368ad27a75bc2790a3e5e813"
88
# make sure compatibility is always in place
99
import SCons.compat # noqa

doc/sphinx/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
#
1212
# All configuration values have a default; values that are commented out
1313
# serve to show the default.
14-
#
14+
1515
# If extensions (or modules to document with autodoc) are in another directory,
1616
# add these directories to sys.path here. If the directory is relative to the
1717
# documentation root, use os.path.abspath to make it absolute, like shown here.
1818
#
19-
2019
import os
2120
import sys
2221

0 commit comments

Comments
 (0)