Skip to content

Commit b60daa8

Browse files
Enrico Usaienrico-usai
authored andcommitted
Bump version to 2.9.1 and update changelog
Signed-off-by: Enrico Usai <[email protected]>
1 parent 2fa7274 commit b60daa8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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.9.1
7+
-----
8+
9+
**CHANGES**
10+
11+
- There were no notable changes for this version.
12+
613
2.9.0
714
-----
815
**ENHANCEMENTS**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def read(fname):
3232
"clustermgtd = slurm_plugin.clustermgtd:main",
3333
"computemgtd = slurm_plugin.computemgtd:main",
3434
]
35-
version = "2.9.0"
35+
version = "2.9.1"
3636
requires = ["boto3>=1.7.55", "retrying>=1.3.3", "paramiko>=2.4.2"]
3737

3838
setup(

0 commit comments

Comments
 (0)