From 4a30e53cfd1dff377a9cea7327fc0d87eb994991 Mon Sep 17 00:00:00 2001 From: menivaitsi Date: Mon, 21 Dec 2015 10:47:25 -0800 Subject: [PATCH] Version bumped to 2.6.0 --- 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 8c19525f..8d272a25 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.5.0" +APPSCALE_VERSION = "2.6.0" class LocalState(object): diff --git a/setup.py b/setup.py index 2b8dab93..5670f891 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def readme(): setup( name='appscale-tools', - version='2.5.0', + version='2.6.0', description='A set of command-line tools for interacting with AppScale', long_description=readme(), author='AppScale Systems, Inc.',