Skip to content

Commit

Permalink
Bump awsbatch-cli version to 1.4.0
Browse files Browse the repository at this point in the history
This is required to release new awsbatch-cli supporting alinux 2023

Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster authored and hanwen-pcluste committed Jun 26, 2024
1 parent 57ae2b8 commit 3cb91c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions awsbatch-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

1.4.0
------

**ENHANCEMENTS**

- Add support for Amazon Linux 2023.

1.3.0
------

Expand Down
2 changes: 1 addition & 1 deletion awsbatch-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def readme():
return f.read()


VERSION = "1.3.0"
VERSION = "1.4.0"
REQUIRES = [
"setuptools<70.0.0",
"boto3>=1.16.14",
Expand Down

0 comments on commit 3cb91c6

Please sign in to comment.