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 90a81ba + 66f17a0 commit 6815257Copy full SHA for 6815257
appscale/tools/local_state.py
@@ -29,7 +29,7 @@
29
30
31
# The version of the AppScale Tools we're running on.
32
-APPSCALE_VERSION = "3.2.0"
+APPSCALE_VERSION = "3.2.1"
33
34
35
class LocalState(object):
setup.py
@@ -33,7 +33,7 @@
setup(
name='appscale-tools',
36
- version='3.2.0',
+ version='3.2.1',
37
description='A set of command-line tools for interacting with AppScale',
38
long_description=long_description,
39
author='AppScale Systems, Inc.',
0 commit comments