From 66f17a03c0f84b1e197a5972db838e22472554a6 Mon Sep 17 00:00:00 2001 From: whoarethebritons Date: Thu, 6 Apr 2017 16:41:59 -0700 Subject: [PATCH] Bump version to 3.2.1 --- appscale/tools/local_state.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appscale/tools/local_state.py b/appscale/tools/local_state.py index 55e93f30..ed6d8bf6 100644 --- a/appscale/tools/local_state.py +++ b/appscale/tools/local_state.py @@ -29,7 +29,7 @@ # The version of the AppScale Tools we're running on. -APPSCALE_VERSION = "3.2.0" +APPSCALE_VERSION = "3.2.1" class LocalState(object): diff --git a/setup.py b/setup.py index 383df997..1736b0ba 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name='appscale-tools', - version='3.2.0', + version='3.2.1', description='A set of command-line tools for interacting with AppScale', long_description=long_description, author='AppScale Systems, Inc.',