From ec766c370acc6578e62da6063974ec5bcd8788b6 Mon Sep 17 00:00:00 2001 From: Tanvi Marballi Date: Thu, 28 Apr 2016 10:18:48 -0700 Subject: [PATCH] Updating the version to 2.8.0 for the release. --- 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 1e383a37..12ed34e7 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.1" +APPSCALE_VERSION = "2.8.0" class LocalState(object): diff --git a/setup.py b/setup.py index e46331fa..4ef07903 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='appscale-tools', - version='2.7.1', + version='2.8.0', description='A set of command-line tools for interacting with AppScale', long_description=long_description, author='AppScale Systems, Inc.',