We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc9e0ae + 166bfef commit 4f21517Copy full SHA for 4f21517
appscale/tools/local_state.py
@@ -31,7 +31,7 @@
31
32
33
# The version of the AppScale Tools we're running on.
34
-APPSCALE_VERSION = "3.6.0"
+APPSCALE_VERSION = "3.6.1"
35
36
37
class LocalState(object):
setup.py
@@ -33,7 +33,7 @@
setup(
name='appscale-tools',
- version='3.6.0',
+ version='3.6.1',
description='A set of command-line tools for interacting with AppScale',
38
long_description=long_description,
39
author='AppScale Systems, Inc.',
0 commit comments