Skip to content

Commit 212544d

Browse files
committed
Bump version to 2.11.6
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 866016f commit 212544d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ aws-parallelcluster-node CHANGELOG
33

44
This file is used to list changes made in each version of the aws-parallelcluster-node package.
55

6+
2.11.6
7+
------
8+
9+
**CHANGES**
10+
- OS package updates and security fixes.
11+
612
2.11.5
713
------
814

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(fname):
2929
"clustermgtd = slurm_plugin.clustermgtd:main",
3030
"computemgtd = slurm_plugin.computemgtd:main",
3131
]
32-
version = "2.11.5"
32+
version = "2.11.6"
3333
requires = ["boto3>=1.7.55", "retrying>=1.3.3", "paramiko>=2.4.2", "requests>=2.24.0"]
3434

3535
setup(

0 commit comments

Comments
 (0)