Skip to content

Commit

Permalink
Release 1.5.3
Browse files Browse the repository at this point in the history
Adds support for GovCloud (us-gov-west-1) region

Signed-off-by: Sean Smith <[email protected]>
sean-smith committed Aug 8, 2018

Verified

This commit was signed with the committer’s verified signature.
1 parent a4fd967 commit f6253b4
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

console_scripts = ['cfncluster = cfncluster.cli:main']
version = "1.5.3rc1"
version = "1.5.3"
requires = ['boto3>=1.7.33', 'awscli>=1.11.175', 'future>=0.16.0']

if sys.version_info[:2] == (2, 6):
2 changes: 1 addition & 1 deletion cloudformation/cfncluster.cfn.json
Original file line number Diff line number Diff line change
@@ -1772,7 +1772,7 @@
},
"CfnClusterVersions": {
"default": {
"cfncluster": "cfncluster-1.5.3rc1",
"cfncluster": "cfncluster-1.5.3",
"cookbook": "cfncluster-cookbook-1.5.2",
"chef": "14.2.0",
"ridley": "5.1.1",
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.5'
# The full version, including alpha/beta/rc tags.
release = '1.5.2'
release = '1.5.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

0 comments on commit f6253b4

Please sign in to comment.