Skip to content

Commit 154e1b8

Browse files
committed
Release 1.5.1rc2
Update to include the latest cookbook version Signed-off-by: Balaji Sridharan <[email protected]>
1 parent 2a964ad commit 154e1b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.5.1rc1"
23+
version = "1.5.1rc2"
2424
requires = ['boto3>=1.7.33', 'awscli>=1.11.175', 'future>=0.16.0']
2525

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

cloudformation/cfncluster.cfn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,8 +1767,8 @@
17671767
},
17681768
"CfnClusterVersions": {
17691769
"default": {
1770-
"cfncluster": "cfncluster-1.5.1rc1",
1771-
"cookbook": "cfncluster-cookbook-1.5.1rc1",
1770+
"cfncluster": "cfncluster-1.5.1rc2",
1771+
"cookbook": "cfncluster-cookbook-1.5.1",
17721772
"chef": "12.19.36",
17731773
"ridley": "5.1.0",
17741774
"berkshelf": "5.6.4",

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.5'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.5.1rc1'
55+
release = '1.5.1rc2'
5656

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

0 commit comments

Comments
 (0)