Skip to content

Commit

Permalink
Bump version to 2.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco De Martino <fdm@amazon.com>
  • Loading branch information
demartinofra committed Jul 25, 2019
1 parent 9b0f266 commit 98a5840
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.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):
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.4.0",
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.4.1",
"Metadata": {
"AWS::CloudFormation::Interface": {
"ParameterGroups": [
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 98a5840

Please sign in to comment.