summaryrefslogtreecommitdiff
path: root/ReleaseConfig
diff options
context:
space:
mode:
Diffstat (limited to 'ReleaseConfig')
-rwxr-xr-xReleaseConfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseConfig b/ReleaseConfig
index 98a3785d0..19ddee2c1 100755
--- a/ReleaseConfig
+++ b/ReleaseConfig
@@ -31,7 +31,7 @@
# '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, 4, 1, 'a', 0)
+version_tuple = (4, 5, 3, '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
@@ -50,7 +50,7 @@ deprecated_python_version = (3, 6, 0)
#month_year = 'December 2012'
# If copyright years is not given, the release year is used as the end.
-copyright_years = '2001 - 2021'
+copyright_years = '2001 - 2023'
# Local Variables:
# tab-width:4