From 2a3bc3d414f202e823b6d7e2a8ba2ec3a429f65a Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 18 Sep 2017 08:38:46 -0700 Subject: Updates for 3.0.0 release --- ReleaseConfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ReleaseConfig') diff --git a/ReleaseConfig b/ReleaseConfig index 331380a9..c8473f1b 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 = (3, 0, 0, 'alpha', 0) +version_tuple = (3, 0, 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