From c780a8f5c9cb13825aa3f60719aa477ce166a255 Mon Sep 17 00:00:00 2001 From: Chris Donati Date: Tue, 23 Feb 2016 18:19:49 -0800 Subject: [PATCH] Version bumped to 2.7.1 --- lib/local_state.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/local_state.py b/lib/local_state.py index 6c6bdafe..428d0166 100644 --- a/lib/local_state.py +++ b/lib/local_state.py @@ -28,7 +28,7 @@ # The version of the AppScale Tools we're running on. -APPSCALE_VERSION = "2.7.0" +APPSCALE_VERSION = "2.7.1" class LocalState(object): diff --git a/setup.py b/setup.py index 18293377..e46331fa 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='appscale-tools', - version='2.7.0', + version='2.7.1', description='A set of command-line tools for interacting with AppScale', long_description=long_description, author='AppScale Systems, Inc.',