diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-12-17 02:05:17 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-12-17 02:05:17 (GMT) |
commit | f6d28fda767e9b6dace8c63198381e2157a12b1f (patch) | |
tree | 846c151de29383e62d9341eaa491e8646cbf1539 /ReleaseConfig | |
parent | 6a187ca7f326be45bf522f114faa74e541dc3a73 (diff) | |
download | SCons-f6d28fda767e9b6dace8c63198381e2157a12b1f.zip SCons-f6d28fda767e9b6dace8c63198381e2157a12b1f.tar.gz SCons-f6d28fda767e9b6dace8c63198381e2157a12b1f.tar.bz2 |
Update content in RELEASE.txt CHANGES.txt Announce.txt and bump the version in ReleaseConfig
Diffstat (limited to 'ReleaseConfig')
-rwxr-xr-x | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 69be328..3068687 100755 --- 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 = (3, 1, 2, 'alpha', 0) +version_tuple = (3, 1, 2) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version |