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 db163e9 commit 059ed65Copy full SHA for 059ed65
CHANGELOG.md
@@ -3,6 +3,11 @@ 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.0.2
7
+-----
8
+
9
+- Align version to main ParallelCluster package
10
11
2.0.0
12
-----
13
setup.py
@@ -25,7 +25,7 @@ def read(fname):
25
console_scripts = ['sqswatcher = sqswatcher.sqswatcher:main',
26
'nodewatcher = nodewatcher.nodewatcher:main',
27
'jobwatcher = jobwatcher.jobwatcher:main']
28
-version = "2.0.0"
+version = "2.0.2"
29
requires = ['boto3>=1.7.55', 'python-dateutil>=2.6.1']
30
31
if sys.version_info[:2] == (2, 6):
0 commit comments