We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e4336 commit 21eb5caCopy full SHA for 21eb5ca
awsbatch-cli/CHANGELOG.md
@@ -1,6 +1,13 @@
1
CHANGELOG
2
=========
3
4
+1.4.0
5
+------
6
+
7
+**ENHANCEMENTS**
8
9
+- Add support for Amazon Linux 2023.
10
11
1.3.0
12
------
13
awsbatch-cli/setup.py
@@ -20,7 +20,7 @@ def readme():
20
return f.read()
21
22
23
-VERSION = "1.3.0"
+VERSION = "1.4.0"
24
REQUIRES = [
25
"setuptools<70.0.0",
26
"boto3>=1.16.14",
0 commit comments