From b18156eb2730f51b12ef7826286d8c09116a6991 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 20 Jun 2022 18:08:20 +0000 Subject: [PATCH] Bumping version to 1.27.13 --- .changes/1.27.13.json | 17 +++++++++++++++++ .changes/next-release/api-change-ds-56974.json | 5 ----- .../next-release/api-change-kafka-20268.json | 5 ----- .../next-release/api-change-outposts-49551.json | 5 ----- CHANGELOG.rst | 8 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 7 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 .changes/1.27.13.json delete mode 100644 .changes/next-release/api-change-ds-56974.json delete mode 100644 .changes/next-release/api-change-kafka-20268.json delete mode 100644 .changes/next-release/api-change-outposts-49551.json diff --git a/.changes/1.27.13.json b/.changes/1.27.13.json new file mode 100644 index 0000000000..413ba8c5f3 --- /dev/null +++ b/.changes/1.27.13.json @@ -0,0 +1,17 @@ +[ + { + "category": "``ds``", + "description": "This release adds support for describing and updating AWS Managed Microsoft AD settings", + "type": "api-change" + }, + { + "category": "``kafka``", + "description": "Documentation updates to use Az Id during cluster creation.", + "type": "api-change" + }, + { + "category": "``outposts``", + "description": "This release adds the AssetLocation structure to the ListAssets response. AssetLocation includes the RackElevation for an Asset.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ds-56974.json b/.changes/next-release/api-change-ds-56974.json deleted file mode 100644 index 476f1a90f8..0000000000 --- a/.changes/next-release/api-change-ds-56974.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ds``", - "description": "This release adds support for describing and updating AWS Managed Microsoft AD settings" -} diff --git a/.changes/next-release/api-change-kafka-20268.json b/.changes/next-release/api-change-kafka-20268.json deleted file mode 100644 index 321b6dde96..0000000000 --- a/.changes/next-release/api-change-kafka-20268.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kafka``", - "description": "Documentation updates to use Az Id during cluster creation." -} diff --git a/.changes/next-release/api-change-outposts-49551.json b/.changes/next-release/api-change-outposts-49551.json deleted file mode 100644 index 885a56ebf9..0000000000 --- a/.changes/next-release/api-change-outposts-49551.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``outposts``", - "description": "This release adds the AssetLocation structure to the ListAssets response. AssetLocation includes the RackElevation for an Asset." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5a9fcb0065..2a7b9c4de9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.27.13 +======= + +* api-change:``ds``: This release adds support for describing and updating AWS Managed Microsoft AD settings +* api-change:``kafka``: Documentation updates to use Az Id during cluster creation. +* api-change:``outposts``: This release adds the AssetLocation structure to the ListAssets response. AssetLocation includes the RackElevation for an Asset. + + 1.27.12 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 83837f15f8..1bb08bf9ad 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.27.12' +__version__ = '1.27.13' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 84f53ccf2a..b2c4b0330a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '1.27.' # The full version, including alpha/beta/rc tags. -release = '1.27.12' +release = '1.27.13' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.