From 76dd5dacf6b35f90f322dfe3134ac610d5aed437 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 6 Mar 2023 19:07:28 +0000 Subject: [PATCH] Bumping version to 1.29.85 --- .changes/1.29.85.json | 12 ++++++++++++ .changes/next-release/api-change-account-15321.json | 5 ----- .changes/next-release/api-change-ivs-36142.json | 5 ----- CHANGELOG.rst | 7 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 6 files changed, 21 insertions(+), 12 deletions(-) create mode 100644 .changes/1.29.85.json delete mode 100644 .changes/next-release/api-change-account-15321.json delete mode 100644 .changes/next-release/api-change-ivs-36142.json diff --git a/.changes/1.29.85.json b/.changes/1.29.85.json new file mode 100644 index 0000000000..2caafa6dd8 --- /dev/null +++ b/.changes/1.29.85.json @@ -0,0 +1,12 @@ +[ + { + "category": "``account``", + "description": "AWS Account alternate contact email addresses can now have a length of 254 characters and contain the character \"|\".", + "type": "api-change" + }, + { + "category": "``ivs``", + "description": "Updated text description in DeleteChannel, Stream, and StreamSummary.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-account-15321.json b/.changes/next-release/api-change-account-15321.json deleted file mode 100644 index 0b8f856ea6..0000000000 --- a/.changes/next-release/api-change-account-15321.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``account``", - "description": "AWS Account alternate contact email addresses can now have a length of 254 characters and contain the character \"|\"." -} diff --git a/.changes/next-release/api-change-ivs-36142.json b/.changes/next-release/api-change-ivs-36142.json deleted file mode 100644 index 922d18c821..0000000000 --- a/.changes/next-release/api-change-ivs-36142.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs``", - "description": "Updated text description in DeleteChannel, Stream, and StreamSummary." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 86e0a3c75c..d111f4d9fc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.29.85 +======= + +* api-change:``account``: AWS Account alternate contact email addresses can now have a length of 254 characters and contain the character "|". +* api-change:``ivs``: Updated text description in DeleteChannel, Stream, and StreamSummary. + + 1.29.84 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index b0bd42321d..278c737ec7 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.29.84' +__version__ = '1.29.85' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index b7a5d0f126..d1bd2d9897 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '1.29.' # The full version, including alpha/beta/rc tags. -release = '1.29.84' +release = '1.29.85' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.