Skip to content

Commit efee318

Browse files
demartinofralukeseawalker
authored andcommitted
Release 2.2.1
Signed-off-by: Francesco De Martino <[email protected]>
1 parent 7cc2aa2 commit efee318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.2.0
6+
2.2.1
77
-----
88

99
**CHANGES**

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.2.0"
28+
version = "2.2.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)