From b14323d295c7b001cb51c8157e6bf990300f89cc Mon Sep 17 00:00:00 2001 From: John Vivian Date: Thu, 2 Mar 2017 10:26:56 -0800 Subject: [PATCH] Release 3.2.0 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index f210456..b9c64e9 100644 --- a/version.py +++ b/version.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = '3.2.0a1' +version = '3.2.0' required_versions = {'toil': '>=3.3.5', 'toil-lib': '==1.1.5',