From 76886bd0b0bf52638e362594685819533c676ea0 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 13 Sep 2024 18:05:13 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-amplify-77619.json | 5 +++++ .changes/next-release/api-change-ivs-71411.json | 5 +++++ .changes/next-release/api-change-ivschat-33622.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-amplify-77619.json create mode 100644 .changes/next-release/api-change-ivs-71411.json create mode 100644 .changes/next-release/api-change-ivschat-33622.json diff --git a/.changes/next-release/api-change-amplify-77619.json b/.changes/next-release/api-change-amplify-77619.json new file mode 100644 index 000000000000..64a7cecb1186 --- /dev/null +++ b/.changes/next-release/api-change-amplify-77619.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``amplify``", + "description": "Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications" +} diff --git a/.changes/next-release/api-change-ivs-71411.json b/.changes/next-release/api-change-ivs-71411.json new file mode 100644 index 000000000000..c5b4e52fee96 --- /dev/null +++ b/.changes/next-release/api-change-ivs-71411.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ivs``", + "description": "Updates to all tags descriptions." +} diff --git a/.changes/next-release/api-change-ivschat-33622.json b/.changes/next-release/api-change-ivschat-33622.json new file mode 100644 index 000000000000..1621e0684fd7 --- /dev/null +++ b/.changes/next-release/api-change-ivschat-33622.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ivschat``", + "description": "Updates to all tags descriptions." +} From 29508ca44cbbb408faa70384d1cb1a33984c8f5d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 13 Sep 2024 18:06:23 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.19 --- .changes/1.34.19.json | 17 +++++++++++++++++ .../next-release/api-change-amplify-77619.json | 5 ----- .changes/next-release/api-change-ivs-71411.json | 5 ----- .../next-release/api-change-ivschat-33622.json | 5 ----- CHANGELOG.rst | 8 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 29 insertions(+), 19 deletions(-) create mode 100644 .changes/1.34.19.json delete mode 100644 .changes/next-release/api-change-amplify-77619.json delete mode 100644 .changes/next-release/api-change-ivs-71411.json delete mode 100644 .changes/next-release/api-change-ivschat-33622.json diff --git a/.changes/1.34.19.json b/.changes/1.34.19.json new file mode 100644 index 000000000000..30c7713c5b32 --- /dev/null +++ b/.changes/1.34.19.json @@ -0,0 +1,17 @@ +[ + { + "category": "``amplify``", + "description": "Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications", + "type": "api-change" + }, + { + "category": "``ivs``", + "description": "Updates to all tags descriptions.", + "type": "api-change" + }, + { + "category": "``ivschat``", + "description": "Updates to all tags descriptions.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplify-77619.json b/.changes/next-release/api-change-amplify-77619.json deleted file mode 100644 index 64a7cecb1186..000000000000 --- a/.changes/next-release/api-change-amplify-77619.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplify``", - "description": "Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications" -} diff --git a/.changes/next-release/api-change-ivs-71411.json b/.changes/next-release/api-change-ivs-71411.json deleted file mode 100644 index c5b4e52fee96..000000000000 --- a/.changes/next-release/api-change-ivs-71411.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs``", - "description": "Updates to all tags descriptions." -} diff --git a/.changes/next-release/api-change-ivschat-33622.json b/.changes/next-release/api-change-ivschat-33622.json deleted file mode 100644 index 1621e0684fd7..000000000000 --- a/.changes/next-release/api-change-ivschat-33622.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivschat``", - "description": "Updates to all tags descriptions." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e367d9baf553..dcdadac4a787 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.19 +======= + +* api-change:``amplify``: Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications +* api-change:``ivs``: Updates to all tags descriptions. +* api-change:``ivschat``: Updates to all tags descriptions. + + 1.34.18 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 9a973870f7dc..5327b0d6d8b5 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.34.18' +__version__ = '1.34.19' # # 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 aaac529fe9b4..b8c640597c2b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.18' +release = '1.34.19' # 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 d848c14c02ba..c14f40615beb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.18 + botocore==1.35.19 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index a7d2561b8f38..e219a8682f83 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.18', + 'botocore==1.35.19', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',