Skip to content

Commit 33ed0ab

Browse files
Sean Smithsean-smith
Sean Smith
authored andcommitted
Release 1.5.2
Signed-off-by: Sean Smith <[email protected]>
1 parent fd6475c commit 33ed0ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/setup.py

+1-1
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.2rc3"
23+
version = "1.5.2"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@
17671767
},
17681768
"CfnClusterVersions": {
17691769
"default": {
1770-
"cfncluster": "cfncluster-1.5.2rc3",
1770+
"cfncluster": "cfncluster-1.5.2",
17711771
"cookbook": "cfncluster-cookbook-1.5.2",
17721772
"chef": "14.2.0",
17731773
"ridley": "5.1.1",

docs/source/conf.py

+1-1
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.2rc3'
55+
release = '1.5.2'
5656

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

0 commit comments

Comments
 (0)