diff --git a/cli/setup.py b/cli/setup.py index ae66026763..ea4ea94f7c 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -21,7 +21,7 @@ def readme(): return f.read() -VERSION = "2.4.0" +VERSION = "2.4.1" REQUIRES = ["boto3>=1.9.54", "future>=0.16.0,<=0.17.1", "tabulate>=0.8.2,<=0.8.3"] if sys.version_info[:2] == (2, 6): diff --git a/cloudformation/aws-parallelcluster.cfn.json b/cloudformation/aws-parallelcluster.cfn.json index ce9ac7c046..cfbf0f6af6 100644 --- a/cloudformation/aws-parallelcluster.cfn.json +++ b/cloudformation/aws-parallelcluster.cfn.json @@ -1,6 +1,6 @@ { "AWSTemplateFormatVersion": "2010-09-09", - "Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.4.0", + "Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.4.1", "Metadata": { "AWS::CloudFormation::Interface": { "ParameterGroups": [ @@ -1306,8 +1306,8 @@ }, "PackagesVersions": { "default": { - "parallelcluster": "2.4.0", - "cookbook": "aws-parallelcluster-cookbook-2.4.0", + "parallelcluster": "2.4.1", + "cookbook": "aws-parallelcluster-cookbook-2.4.1", "chef": "14.2.0", "ridley": "5.1.1", "berkshelf": "7.0.4", diff --git a/docs/conf.py b/docs/conf.py index 60cb23c822..268636c27c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # The short X.Y version. version = '2.4' # The full version, including alpha/beta/rc tags. -release = '2.4.0' +release = '2.4.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.