From 0483e2f38e00a348c2e87c162bef73ad1a1f7ad0 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 11 Jul 2023 04:33:03 +0000 Subject: [PATCH] Bumping version to 1.29.2 --- .changes/1.29.2.json | 7 +++++++ .changes/next-release/api-change-cognitoidp-95413.json | 5 ----- CHANGELOG.rst | 6 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 7 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 .changes/1.29.2.json delete mode 100644 .changes/next-release/api-change-cognitoidp-95413.json diff --git a/.changes/1.29.2.json b/.changes/1.29.2.json new file mode 100644 index 000000000000..640d5df21d16 --- /dev/null +++ b/.changes/1.29.2.json @@ -0,0 +1,7 @@ +[ + { + "category": "``cognito-idp``", + "description": "API model updated in Amazon Cognito", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cognitoidp-95413.json b/.changes/next-release/api-change-cognitoidp-95413.json deleted file mode 100644 index 5b876af3e058..000000000000 --- a/.changes/next-release/api-change-cognitoidp-95413.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "API model updated in Amazon Cognito" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d6664ff0bc55..fcbb2297ab04 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.29.2 +====== + +* api-change:``cognito-idp``: API model updated in Amazon Cognito + + 1.29.1 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index 30d5bc7601e4..d82dae8759ca 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.1' +__version__ = '1.29.2' # # 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 965c5bcf4c43..784c38003f07 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.29' # The full version, including alpha/beta/rc tags. -release = '1.29.1' +release = '1.29.2' # 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 765567cccf25..8f9b401e42a3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.1 + botocore==1.31.2 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 1833a6897ebc..5852f2e1a4a9 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.1', + 'botocore==1.31.2', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',