From f6253b4f3cf44cccd069165fc179996006acfc29 Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Wed, 8 Aug 2018 14:14:44 -0700 Subject: [PATCH] Release 1.5.3 Adds support for GovCloud (us-gov-west-1) region Signed-off-by: Sean Smith --- cli/setup.py | 2 +- cloudformation/cfncluster.cfn.json | 2 +- docs/source/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/setup.py b/cli/setup.py index cdc089ff28..1c6475cc0e 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -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): diff --git a/cloudformation/cfncluster.cfn.json b/cloudformation/cfncluster.cfn.json index beca653716..c98c9b8be0 100644 --- a/cloudformation/cfncluster.cfn.json +++ b/cloudformation/cfncluster.cfn.json @@ -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", diff --git a/docs/source/conf.py b/docs/source/conf.py index e41f989463..99d5f2b405 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.