Skip to content

Commit 9bf4721

Browse files
Rexrexcsn
authored andcommitted
Bump version to 2.11.0
Signed-off-by: Rex <[email protected]>
1 parent 4de06c3 commit 9bf4721

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
@@ -20,7 +20,7 @@ def readme():
2020
return f.read()
2121

2222

23-
VERSION = "2.10.4"
23+
VERSION = "2.11.0"
2424
REQUIRES = [
2525
"setuptools",
2626
"boto3>=1.16.14",

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.10.4",
3+
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.11.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.",
@@ -1186,8 +1186,8 @@
11861186
},
11871187
"PackagesVersions": {
11881188
"default": {
1189-
"parallelcluster": "2.10.4",
1190-
"cookbook": "aws-parallelcluster-cookbook-2.10.4",
1189+
"parallelcluster": "2.11.0",
1190+
"cookbook": "aws-parallelcluster-cookbook-2.11.0",
11911191
"chef": "16.13.16",
11921192
"berkshelf": "7.0.10",
11931193
"ami": "dev"

0 commit comments

Comments
 (0)