We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa7274 commit b60daa8Copy full SHA for b60daa8
CHANGELOG.md
@@ -3,6 +3,13 @@ aws-parallelcluster-node CHANGELOG
3
4
This file is used to list changes made in each version of the aws-parallelcluster-node package.
5
6
+2.9.1
7
+-----
8
+
9
+**CHANGES**
10
11
+- There were no notable changes for this version.
12
13
2.9.0
14
-----
15
**ENHANCEMENTS**
setup.py
@@ -32,7 +32,7 @@ def read(fname):
32
"clustermgtd = slurm_plugin.clustermgtd:main",
33
"computemgtd = slurm_plugin.computemgtd:main",
34
]
35
-version = "2.9.0"
+version = "2.9.1"
36
requires = ["boto3>=1.7.55", "retrying>=1.3.3", "paramiko>=2.4.2"]
37
38
setup(
0 commit comments