Skip to content

Commit b6146eb

Browse files
committed
updates for 4.0.0 release
1 parent fffb133 commit b6146eb

File tree

4 files changed

+30
-8
lines changed

4 files changed

+30
-8
lines changed

RELEASE.txt

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,24 @@
129129
rewordings in manpage. Manpage Examples moved to an external
130130
repository / website (scons-cookbook.readthedocs.io).
131131

132-
Thanks to CURLY, LARRY, and MOE for their contributions to this release.
133-
Contributors are listed alphabetically by their last name.
134-
135-
__COPYRIGHT__
136-
__FILE__ __REVISION__ __DATE__ __DEVELOPER__
132+
Thanks to the following contributors listed below for their contributions to this release.
133+
134+
git shortlog --no-merges -ns 3.1.2..HEAD
135+
290 William Deegan
136+
184 Mats Wichmann
137+
46 Adam Gross
138+
22 Daniel Moody
139+
16 Joseph Brill
140+
15 Dirk Baechle
141+
12 Ivan Kravets
142+
9 Mathew Robinson
143+
6 Paul Tipei
144+
1 Rob Boehne
145+
1 Robert Boehne
146+
1 Daniel
147+
1 Andrew Morrow
148+
1 Iosif Daniel Kurazs
149+
1 James Benton
150+
1 Jeremy Elson
151+
1 Konstantin Gonchar
152+
1 Andrii Doroshenko (Xrayez)

ReleaseConfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
3232
# 'final', the patchlevel is set to the release date. This value is
3333
# mandatory and must be present in this file.
3434
#version_tuple = (2, 2, 0, 'final', 0)
35-
version_tuple = (3, 1, 3, 'dev', 0)
35+
version_tuple = (4,0,0)
3636

3737
# Python versions prior to unsupported_python_version cause a fatal error
3838
# when that version is used. Python versions prior to deprecate_python_version
3939
# cause a warning to be issued (assuming it's not disabled). These values are
4040
# mandatory and must be present in the configuration file.
41-
unsupported_python_version = (2, 6, 0)
41+
unsupported_python_version = (2, 7, 0)
4242
deprecated_python_version = (2, 7, 0)
4343

4444
# If release_date is (yyyy, mm, dd, hh, mm, ss), that is used as the release

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ month_year = strftime('%B %Y')
3737

3838

3939
project = 'scons'
40-
default_version = '3.9.9a998'
40+
default_version = '4.0.0'
4141
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
4242

4343
#

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
scons (4.0.0) unstable; urgency=low
2+
3+
* Maintenance Release
4+
5+
-- William Deegan <[email protected]> Mon, 16 Dec 2019 15:04:42 -0700
6+
17
scons (3.1.1) unstable; urgency=low
28

39
* Maintenance Release

0 commit comments

Comments
 (0)