File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def read(fname):
2020 return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
2121
2222console_scripts = ['cfncluster = cfncluster.cli:main' ]
23- version = "1.5.1rc2 "
23+ version = "1.5.1 "
2424requires = ['boto3>=1.7.33' , 'awscli>=1.11.175' , 'future>=0.16.0' ]
2525
2626if sys .version_info [:2 ] == (2 , 6 ):
Original file line number Diff line number Diff line change 17671767 },
17681768 "CfnClusterVersions" : {
17691769 "default" : {
1770- "cfncluster" : " cfncluster-1.5.1rc2 " ,
1770+ "cfncluster" : " cfncluster-1.5.1 " ,
17711771 "cookbook" : " cfncluster-cookbook-1.5.1" ,
17721772 "chef" : " 12.19.36" ,
17731773 "ridley" : " 5.1.0" ,
Original file line number Diff line number Diff line change 5252# The short X.Y version.
5353version = '1.5'
5454# The full version, including alpha/beta/rc tags.
55- release = '1.5.1rc2 '
55+ release = '1.5.1 '
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments