diff options
Diffstat (limited to 'ReleaseConfig')
-rwxr-xr-x | ReleaseConfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 4195f3f..5272e61 100755 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -31,14 +31,14 @@ # '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 = (4, 1, 1, 'a', 0) +version_tuple = (4, 2, 0, 'a', 0) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version # cause a warning to be issued (assuming it's not disabled). These values are # mandatory and must be present in the configuration file. unsupported_python_version = (3, 4, 0) -deprecated_python_version = (3, 5, 0) +deprecated_python_version = (3, 6, 0) # If release_date is (yyyy, mm, dd, hh, mm, ss), that is used as the release # date and time. If release_date is (yyyy, mm, dd), it is used for the |