Skip to content

Commit

Permalink
Merge pull request #511 from cdonati/2-9-0
Browse files Browse the repository at this point in the history
Update version to 2.9.0
  • Loading branch information
menivaitsi authored Jun 17, 2016
2 parents 9e2c9be + 36ebb4d commit 54d63c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appscale/tools/local_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


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


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 @@ -37,7 +37,7 @@

setup(
name='appscale-tools',
version='2.8.0',
version='2.9.0',
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 54d63c8

Please sign in to comment.