Skip to content

Commit 3d4ee70

Browse files
Sean Smithlukeseawalker
authored andcommitted
Release 2.1.1
Signed-off-by: Sean Smith <[email protected]>
1 parent 5176463 commit 3d4ee70

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This file is used to list changes made in each version of the aws-parallelcluste
66
2.1.0
77
-----
88

9+
- China Regions, cn-north-1 and cn-northwest-1 support
10+
11+
2.1.0
12+
-----
13+
914
Bug Fixes:
1015

1116
- Don't schedule jobs on compute nodes that are terminating

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 = "2.1.0"
28+
version = "2.1.1"
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)