Skip to content

Commit 56e7759

Browse files
authored
Bump version of awsbatch-cli to 1.2.0 (#5768)
Signed-off-by: Jacopo De Amicis <jdamicis@amazon.it>
1 parent b21071b commit 56e7759

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ CHANGELOG
1515
**CHANGES**
1616
- Changed cluster alarms naming convention to '[cluster-name]-[component-name]-[metric]'.
1717
- Add head node alarms to cluster dashboard.
18+
- Add support for Python 3.10 in aws-parallelcluster-batch-cli.
1819

1920
**BUG FIXES**
2021
- Fix inconsistent configuration after cluster update rollback when modifying the list of instance types declared in the Compute Resources.

awsbatch-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def readme():
2020
return f.read()
2121

2222

23-
VERSION = "1.1.0"
23+
VERSION = "1.2.0"
2424
REQUIRES = [
2525
"setuptools",
2626
"boto3>=1.16.14",

0 commit comments

Comments
 (0)