Skip to content

Commit ed9b581

Browse files
committed
Update version number to 1.3.2
Update release version to 1.3.2 as well as the required cfncluster-cookbook version to 1.3.2. Signed-off-by: Brian Barrett <[email protected]>
1 parent effcc3d commit ed9b581

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(fname):
2020
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2121

2222
console_scripts = ['cfncluster = cfncluster.cli:main']
23-
version = "1.3.1"
23+
version = "1.3.2"
2424
requires = ['boto>=2.42.0', 'awscli>=1.10.56', 'future>=0.16.0']
2525

2626
if sys.version_info[:2] == (2, 6):

cloudformation/cfncluster.cfn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion" : "2010-09-09",
3-
"Description" : "AWS CloudFormation Sample Template cfncluster.cfn.json: Sample template showing an framework for deploying master + compute type clusters on AWS. **WARNING** This template creates AWS resources. You will be billed for the AWS resources used if you create a stack from this template. Version: ami-201609030709 cfncluster-1.3.1",
3+
"Description" : "AWS CloudFormation Sample Template cfncluster.cfn.json: Sample template showing an framework for deploying master + compute type clusters on AWS. **WARNING** This template creates AWS resources. You will be billed for the AWS resources used if you create a stack from this template. Version: ami-201609030709 cfncluster-1.3.2",
44
"Metadata" : {
55
"AWS::CloudFormation::Interface" : {
66
"ParameterGroups" : [

cloudformation/cfncluster.cfn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AWSTemplateFormatVersion: '2010-09-09'
22
Description: 'AWS CloudFormation Sample Template cfncluster.cfn.json: Sample template
33
showing an framework for deploying master + compute type clusters on AWS. **WARNING**
44
This template creates AWS resources. You will be billed for the AWS resources used
5-
if you create a stack from this template. Version: ami-201609030709 cfncluster-1.3.1'
5+
if you create a stack from this template. Version: ami-201609030709 cfncluster-1.3.2'
66
Metadata:
77
AWS::CloudFormation::Interface:
88
ParameterGroups:

0 commit comments

Comments
 (0)