Skip to content

Commit 7d1ee6d

Browse files
demartinofralukeseawalker
authored andcommitted
Release 2.2.1
Signed-off-by: Francesco De Martino <[email protected]>
1 parent 1ff783a commit 7d1ee6d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CHANGELOG
33
=========
44

5-
2.2.0
5+
2.2.1
66
=====
77

88
**ENHANCEMENTS**

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def readme():
2121
return f.read()
2222

2323

24-
VERSION = "2.2.0"
24+
VERSION = "2.2.1"
2525
REQUIRES = ["boto3>=1.9.48,<=1.9.101", "future>=0.16.0,<=0.17.1", "tabulate>=0.8.2,<=0.8.3"]
2626

2727
if sys.version_info[:2] == (2, 6):

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.2.0",
3+
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.2.1",
44
"Metadata": {
55
"AWS::CloudFormation::Interface": {
66
"ParameterGroups": [
@@ -1384,8 +1384,8 @@
13841384
},
13851385
"PackagesVersions": {
13861386
"default": {
1387-
"parallelcluster": "2.2.0",
1388-
"cookbook": "aws-parallelcluster-cookbook-2.2.0",
1387+
"parallelcluster": "2.2.1",
1388+
"cookbook": "aws-parallelcluster-cookbook-2.2.1",
13891389
"chef": "14.2.0",
13901390
"ridley": "5.1.1",
13911391
"berkshelf": "7.0.4",

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '2.2'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.2.0'
56+
release = '2.2.1'
5757

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

0 commit comments

Comments
 (0)