We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de76087 commit 83afbd6Copy full SHA for 83afbd6
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
+2.0.0
7
+-----
8
+
9
+- Rename package to AWS ParallelCluster
10
11
12
1.6.0
13
-----
14
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 = "1.6.0"
+version = "2.0.0rc1"
29
requires = ['boto3>=1.7.55', 'python-dateutil>=2.6.1']
30
31
if sys.version_info[:2] == (2, 6):
0 commit comments