Skip to content

Commit 7589ad6

Browse files
committed
Bump version to 2.11.8
Signed-off-by: chenwany <[email protected]>
1 parent dfb9fa6 commit 7589ad6

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.8
7+
------
8+
9+
**CHANGES**
10+
- There were no notable changes for this version.
11+
612
2.11.7
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.7"
32+
version = "2.11.8"
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)