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 0c7619a commit bf017c4Copy full SHA for bf017c4
CHANGELOG.md
@@ -3,6 +3,12 @@ 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
+3.1.2
7
+------
8
+
9
+**CHANGES**
10
+- There were no changes for this version.
11
12
3.1.1
13
------
14
setup.py
@@ -29,7 +29,7 @@ def read(fname):
29
"clustermgtd = slurm_plugin.clustermgtd:main",
30
"computemgtd = slurm_plugin.computemgtd:main",
31
]
32
-version = "3.1.1"
+version = "3.1.2"
33
requires = ["boto3>=1.7.55", "retrying>=1.3.3"]
34
35
setup(
0 commit comments