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 5176463 commit 3d4ee70Copy full SHA for 3d4ee70
CHANGELOG.md
@@ -6,6 +6,11 @@ This file is used to list changes made in each version of the aws-parallelcluste
6
2.1.0
7
-----
8
9
+- China Regions, cn-north-1 and cn-northwest-1 support
10
+
11
+2.1.0
12
+-----
13
14
Bug Fixes:
15
16
- Don't schedule jobs on compute nodes that are terminating
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.1.0"
+version = "2.1.1"
29
requires = ['boto3>=1.7.55', 'python-dateutil>=2.6.1']
30
31
if sys.version_info[:2] == (2, 6):
0 commit comments