Skip to content

Commit

Permalink
Merge pull request #625 from jeanleonov/fix-down-when-upgrade
Browse files Browse the repository at this point in the history
Make upgrade command do down properly, bump 3.3.1
  • Loading branch information
cdonati authored Jun 13, 2017
2 parents df76822 + bc8c613 commit c1c8824
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions appscale/tools/appscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,4 +868,6 @@ def upgrade(self):

options = ParseArgs(command, 'appscale-upgrade').args
options.ips = yaml.safe_load(base64.b64decode(options.ips_layout))
options.terminate = False
options.clean = False
AppScaleTools.upgrade(options)
2 changes: 1 addition & 1 deletion appscale/tools/local_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


# The version of the AppScale Tools we're running on.
APPSCALE_VERSION = "3.3.0"
APPSCALE_VERSION = "3.3.1"


class LocalState(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name='appscale-tools',
version='3.3.0',
version='3.3.1',
description='A set of command-line tools for interacting with AppScale',
long_description=long_description,
author='AppScale Systems, Inc.',
Expand Down

0 comments on commit c1c8824

Please sign in to comment.