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 31d501c commit 234c3ccCopy full SHA for 234c3cc
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.0.3
7
+------
8
+
9
+**CHANGES**
10
+- There were no changes for this version.
11
12
3.0.2
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.0.2"
+version = "3.0.3"
33
requires = ["boto3>=1.7.55", "retrying>=1.3.3"]
34
35
setup(
0 commit comments