Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appscale/tools/local_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


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


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.5.1',
version='3.5.2',
description='A set of command-line tools for interacting with AppScale',
long_description=long_description,
author='AppScale Systems, Inc.',
Expand Down