Skip to content

Commit 83afbd6

Browse files
Sean Smithdemartinofra
Sean Smith
authored andcommitted
Release Node Version 2.0.0rc1
Signed-off-by: Sean Smith <seaam@amazon.com>
1 parent de76087 commit 83afbd6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
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

+1-1
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)