Skip to content

Commit 611e431

Browse files
Sean Smithsean-smith
authored andcommitted
Release Node Version 2.0.0rc1
Signed-off-by: Sean Smith <[email protected]>
1 parent ffaf3ff commit 611e431

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ aws-parallelcluster-node CHANGELOG
33

44
This file is used to list changes made in each version of the aws-parallelcluster-node package.
55

6+
2.0.0
7+
-----
8+
9+
- Rename package to AWS ParallelCluster
10+
11+
612
1.6.0
713
-----
814

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(fname):
2525
console_scripts = ['sqswatcher = sqswatcher.sqswatcher:main',
2626
'nodewatcher = nodewatcher.nodewatcher:main',
2727
'jobwatcher = jobwatcher.jobwatcher:main']
28-
version = "1.6.0"
28+
version = "2.0.0rc1"
2929
requires = ['boto3>=1.7.55', 'python-dateutil>=2.6.1']
3030

3131
if sys.version_info[:2] == (2, 6):

0 commit comments

Comments
 (0)