From 8cb998996fca995ab39c15b611737506293a81e4 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 6 Jul 2022 18:07:55 +0000 Subject: [PATCH] Bumping version to 1.25.24 --- .changes/1.25.24.json | 12 ++++++++++++ .../api-change-cloudformation-16940.json | 5 ----- .../next-release/api-change-synthetics-84065.json | 5 ----- CHANGELOG.rst | 7 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 .changes/1.25.24.json delete mode 100644 .changes/next-release/api-change-cloudformation-16940.json delete mode 100644 .changes/next-release/api-change-synthetics-84065.json diff --git a/.changes/1.25.24.json b/.changes/1.25.24.json new file mode 100644 index 000000000000..37bbfba69ec9 --- /dev/null +++ b/.changes/1.25.24.json @@ -0,0 +1,12 @@ +[ + { + "category": "``cloudformation``", + "description": "My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation", + "type": "api-change" + }, + { + "category": "``synthetics``", + "description": "This release introduces Group feature, which enables users to group cross-region canaries.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudformation-16940.json b/.changes/next-release/api-change-cloudformation-16940.json deleted file mode 100644 index 841def02cea6..000000000000 --- a/.changes/next-release/api-change-cloudformation-16940.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudformation``", - "description": "My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation" -} diff --git a/.changes/next-release/api-change-synthetics-84065.json b/.changes/next-release/api-change-synthetics-84065.json deleted file mode 100644 index f19fd5facc1b..000000000000 --- a/.changes/next-release/api-change-synthetics-84065.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``synthetics``", - "description": "This release introduces Group feature, which enables users to group cross-region canaries." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4892dcfe8043..8bb2f33c3100 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.25.24 +======= + +* api-change:``cloudformation``: My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation +* api-change:``synthetics``: This release introduces Group feature, which enables users to group cross-region canaries. + + 1.25.23 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index c261e57aebfd..a3fc03a909b6 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.25.23' +__version__ = '1.25.24' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index cf585e33d4f7..da7106537170 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.25.' # The full version, including alpha/beta/rc tags. -release = '1.25.23' +release = '1.25.24' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 555bc4ddc696..4ee55be99bb6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.27.23 + botocore==1.27.24 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<5.5 diff --git a/setup.py b/setup.py index aa0a3a105510..e5adc86e822c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.27.23', + 'botocore==1.27.24', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',