Skip to content

Commit 234c3cc

Browse files
committed
Bump version to 3.0.3
Signed-off-by: Francesco De Martino <[email protected]>
1 parent 31d501c commit 234c3cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
3.0.3
7+
------
8+
9+
**CHANGES**
10+
- There were no changes for this version.
11+
612
3.0.2
713
------
814

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(fname):
2929
"clustermgtd = slurm_plugin.clustermgtd:main",
3030
"computemgtd = slurm_plugin.computemgtd:main",
3131
]
32-
version = "3.0.2"
32+
version = "3.0.3"
3333
requires = ["boto3>=1.7.55", "retrying>=1.3.3"]
3434

3535
setup(

0 commit comments

Comments
 (0)