From b1000cf44fd8b9838784c4b79a7dd7d92a093af3 Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Sun, 5 Aug 2012 14:17:00 +0000 Subject: Update ReleaseConfig for 2.2.0 --- ReleaseConfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ReleaseConfig') diff --git a/ReleaseConfig b/ReleaseConfig index c881b0fb..0a5e606f 100644 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -22,12 +22,16 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" +# +# After updating this file, run bin/update-release-info.py . +# + # The version tuple that will be used for the release. The fields are # (major, minor, micro, type, patchlevel). The release level is one of # 'alpha', 'beta', 'candidate', or 'final'. If the release type is not # 'final', the patchlevel is set to the release date. This value is # manatory and must be present in this file. -version_tuple = (2, 1, 0, 'alpha', 0) +version_tuple = (2, 2, 0, 'final', 0) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version -- cgit v1.2.1