Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Carrogu <carrogu@amazon.com>
  • Loading branch information
lukeseawalker committed May 24, 2019
1 parent f424830 commit 2cd2f8d
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.3.2a1"
VERSION = "2.4.0"
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
4 changes: 2 additions & 2 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.3.2a1",
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.4.0",
"Metadata": {
"AWS::CloudFormation::Interface": {
"ParameterGroups": [
Expand Down Expand Up @@ -1372,7 +1372,7 @@
},
"PackagesVersions": {
"default": {
"parallelcluster": "2.3.2a1",
"parallelcluster": "2.4.0",
"cookbook": "aws-parallelcluster-cookbook-2.3.2",
"chef": "14.2.0",
"ridley": "5.1.1",
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '2.3'
version = '2.4'
# The full version, including alpha/beta/rc tags.
release = '2.3.2a1'
release = '2.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 2cd2f8d

Please sign in to comment.