From 7f5bc1cab176d99d6996076ae5b8bc2453fa04a4 Mon Sep 17 00:00:00 2001 From: Christopher 'CJ' Ketchum Date: Thu, 19 Jan 2017 10:03:13 -0800 Subject: [PATCH] Releasing 3.5.0 --- version_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_template.py b/version_template.py index 2fc3f474f9..c346ee14e1 100644 --- a/version_template.py +++ b/version_template.py @@ -25,7 +25,7 @@ # - don't import at module level unless you want the imported value to be included in the output # - only import from the Python standard run-time library (you can't have any dependencies) -baseVersion = '3.5.0a1' +baseVersion = '3.5.0' cgcloudVersion = '1.6.0a1.dev393'