diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-08-01 01:08:06 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-08-01 01:08:06 (GMT) |
commit | b01c8ee38a366d9ecdca7c330a868a982c6165bf (patch) | |
tree | 9c482584993121887582c9ffd0c782742aa1b069 | |
parent | 796863d4e4586cae0d8544909c672b10ba1adca9 (diff) | |
download | SCons-b01c8ee38a366d9ecdca7c330a868a982c6165bf.zip SCons-b01c8ee38a366d9ecdca7c330a868a982c6165bf.tar.gz SCons-b01c8ee38a366d9ecdca7c330a868a982c6165bf.tar.bz2 |
Fix version strings and also git changelog
-rwxr-xr-x | CHANGES.txt | 2 | ||||
-rwxr-xr-x | README-SF.rst | 12 | ||||
-rw-r--r-- | README-local | 1 | ||||
-rwxr-xr-x | README.rst | 10 | ||||
-rwxr-xr-x | RELEASE.txt | 6 |
5 files changed, 15 insertions, 16 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 24e1c11..c5f33f3 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,7 +7,7 @@ NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support NOTE: The 4.2.0 Release of SCons will deprecate Python 3.5 Support. Python 3.5 support will be dropped in the next major release. -RELEASE VERSION/DATE TO BE FILLED IN LATER +RELEASE 4.2.0 From Byron Platt: - Fix Install() issue when copytree recursion gives bad arguments that can diff --git a/README-SF.rst b/README-SF.rst index 337fbf5..2767cae 100755 --- a/README-SF.rst +++ b/README-SF.rst @@ -393,12 +393,12 @@ about `Executing SCons Without Installing`_):: Depending on the utilities installed on your system, any or all of the following packages will be built:: - SCons-4.0.0-py3-none-any.whl - SCons-4.1.0.devyyyymmdd.tar.gz - SCons-4.1.0.devyyyymmdd.zip - scons-doc-4.1.0.devyyyymmdd.tar.gz - scons-local-4.1.0.devyyyymmdd.tar.gz - scons-local-4.1.0.devyyyymmdd.zip + SCons-4.2.0-py3-none-any.whl + SCons-4.2.0.tar.gz + SCons-4.2.0.zip + scons-doc-4.2.0.tar.gz + scons-local-4.2.0.tar.gz + scons-local-4.2.0.zip The SConstruct file is supposed to be smart enough to avoid trying to build packages for which you don't have the proper utilities installed. diff --git a/README-local b/README-local index 86f5268..e32b71e 100644 --- a/README-local +++ b/README-local @@ -1,4 +1,3 @@ -# __COPYRIGHT__ SCons - a software construction tool @@ -411,11 +411,11 @@ Depending on the utilities installed on your system, any or all of the following packages will be built:: SCons-4.0.0-py3-none-any.whl - SCons-4.2.0ayyyymmdd.tar.gz - SCons-4.2.0ayyyymmdd.zip - scons-doc-4.2.0ayyyymmdd.tar.gz - scons-local-4.2.0ayyyymmdd.tar.gz - scons-local-4.2.0ayyyymmdd.zip + SCons-4.2.0.tar.gz + SCons-4.2.0.zip + scons-doc-4.2.0.tar.gz + scons-local-4.2.0.tar.gz + scons-local-4.2.0.zip The SConstruct file is supposed to be smart enough to avoid trying to build packages for which you don't have the proper utilities installed. diff --git a/RELEASE.txt b/RELEASE.txt index 68da178..e69cd4c 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -86,9 +86,9 @@ Thanks to the following contributors listed below for their contributions to thi .. code-block:: text git shortlog --no-merges -ns 4.1.0..HEAD - 156 William Deegan - 95 Daniel Moody - 94 Mats Wichmann + 177 William Deegan + 101 Daniel Moody + 95 Mats Wichmann 25 Adam Gross 4 greenbender 4 Daniel |