Skip to content

Commit 6f31957

Browse files
committed
Bump version to v2.7.0
Signed-off-by: ddeidda <[email protected]>
1 parent e6d52de commit 6f31957

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def readme():
2121
return f.read()
2222

2323

24-
VERSION = "2.6.1"
24+
VERSION = "2.7.0"
2525
REQUIRES = [
2626
"setuptools",
2727
"boto3>=1.10.15",

cloudformation/aws-parallelcluster.cfn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.6.1",
3+
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.7.0",
44
"Parameters": {
55
"KeyName": {
66
"Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances using the default cluster user.",
@@ -1173,8 +1173,8 @@
11731173
},
11741174
"PackagesVersions": {
11751175
"default": {
1176-
"parallelcluster": "2.6.1",
1177-
"cookbook": "aws-parallelcluster-cookbook-2.6.1",
1176+
"parallelcluster": "2.7.0",
1177+
"cookbook": "aws-parallelcluster-cookbook-2.7.0",
11781178
"chef": "14.2.0",
11791179
"ridley": "5.1.1",
11801180
"berkshelf": "7.0.4",

0 commit comments

Comments
 (0)