Skip to content

Commit 4f21517

Browse files
authored
Merge pull request #720 from scragraham/topic-version-bump
3.6.1 version bump
2 parents fc9e0ae + 166bfef commit 4f21517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appscale/tools/local_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
# The version of the AppScale Tools we're running on.
34-
APPSCALE_VERSION = "3.6.0"
34+
APPSCALE_VERSION = "3.6.1"
3535

3636

3737
class LocalState(object):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name='appscale-tools',
36-
version='3.6.0',
36+
version='3.6.1',
3737
description='A set of command-line tools for interacting with AppScale',
3838
long_description=long_description,
3939
author='AppScale Systems, Inc.',

0 commit comments

Comments
 (0)