Skip to content

Commit

Permalink
Bump version to 2.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Lane <[email protected]>
  • Loading branch information
Tim Lane authored and tilne committed Jul 22, 2020
1 parent e238cb8 commit 2333816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def readme():
return f.read()


VERSION = "2.7.0"
VERSION = "2.8.0"
REQUIRES = [
"setuptools",
"boto3>=1.14.3",
Expand Down
6 changes: 3 additions & 3 deletions cloudformation/aws-parallelcluster.cfn.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.7.0",
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.8.0",
"Parameters": {
"KeyName": {
"Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances using the default cluster user.",
Expand Down Expand Up @@ -1342,8 +1342,8 @@
},
"PackagesVersions": {
"default": {
"parallelcluster": "2.7.0",
"cookbook": "aws-parallelcluster-cookbook-2.7.0",
"parallelcluster": "2.8.0",
"cookbook": "aws-parallelcluster-cookbook-2.8.0",
"chef": "15.11.8",
"berkshelf": "7.0.10",
"ami": "dev"
Expand Down

0 comments on commit 2333816

Please sign in to comment.