Skip to content

Commit b3e979a

Browse files
committed
updates to release docs
1 parent b0d005f commit b3e979a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

RELEASE.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ FIXES
6969
- Tweak runtest.py and test framework to more reliably get the requested
7070
Python binary (for odd Windows setups + Python launcher)
7171

72-
- Fix the tempfile encoding test regex strings to eliminate warnings in
72+
- Fix the tempfile encoding test regex strings to remove warnings in
7373
python 3.12 and 3.13.
7474

7575
- Incremental builds in Interactive mode could fail on platforms that
@@ -96,7 +96,7 @@ PACKAGING
9696
---------
9797

9898
- The generated roff (.1) manpages are now included in the
99-
scons-doc tarball that is built at part of the release process,
99+
scons-doc tarball built at part of the release process,
100100
in addition to the html and txt versions. For distribution
101101
packaging, the manpages can be extracted from here (downloadable
102102
from https://scons.org/doc/ using a a version-specific URL,
@@ -185,3 +185,10 @@ Thanks to the following contributors listed below for their contributions to thi
185185

186186

187187
git shortlog --no-merges -ns 4.9.1..HEAD
188+
61 Mats Wichmann
189+
46 Joseph Brill
190+
25 William Deegan
191+
6 Keith F. Prussing
192+
1 Bill Prendergast
193+
1 Edward Peek
194+
1 Thaddeus Crews

ReleaseConfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# If the release type is not 'final', the patchlevel is set to the
3232
# release date. This value is mandatory and must be present in this file.
3333
#version_tuple = (2, 2, 0, 'final', 0)
34-
version_tuple = (4, 9, 2, 'a', 0)
34+
version_tuple = (4, 10, 0)
3535

3636
# Python versions prior to unsupported_python_version cause a fatal error
3737
# when that version is used. Python versions prior to deprecate_python_version

0 commit comments

Comments
 (0)