diff options
author | William Deegan <bill@baddogconsulting.com> | 2016-11-03 20:26:45 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2016-11-03 20:26:45 (GMT) |
commit | 57dadfa86386231767d10c886e2ab42997107ba0 (patch) | |
tree | 84ac0d2ea29f85532e76ad57a58297a5c998e491 | |
parent | 9d637bc1d28420698f4a9345b7579d09cc8c311f (diff) | |
download | SCons-57dadfa86386231767d10c886e2ab42997107ba0.zip SCons-57dadfa86386231767d10c886e2ab42997107ba0.tar.gz SCons-57dadfa86386231767d10c886e2ab42997107ba0.tar.bz2 |
return file to devel mode
-rw-r--r-- | ReleaseConfig | 2 | ||||
-rw-r--r-- | src/CHANGES.txt | 7 | ||||
-rw-r--r-- | src/RELEASE.txt | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 7a68f89..517b5db 100644 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -32,7 +32,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" # 'final', the patchlevel is set to the release date. This value is # mandatory and must be present in this file. #version_tuple = (2, 2, 0, 'final', 0) -version_tuple = (2, 6, 0, 'alpha', 0) +version_tuple = (2, 7, 0, 'alpha', 0) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 4ae9cb2..385f49c 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -6,6 +6,13 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER + From John Doe: + + - Whatever John Doe did. + + +RELEASE VERSION/DATE TO BE FILLED IN LATER + From Daniel Holth: - Add basic support for PyPy (by deleting __slots__ from Node with a metaclass on PyPy); wrap most-used open() calls in 'with' statements to diff --git a/src/RELEASE.txt b/src/RELEASE.txt index ac2b95a..d71619d 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -1,4 +1,4 @@ - A new SCons checkpoint release, 2.6.0.alpha.yyyymmdd, is now available + A new SCons checkpoint release, 2.7.0.alpha.yyyymmdd, is now available on the SCons download page: http://www.scons.org/download.php |