From b684ce97362a1558650c48d50c0ad56edad73120 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 29 Jul 2024 18:59:07 +0000 Subject: [PATCH] Bumping version to 1.34.150 --- .changes/1.34.150.json | 12 ++++++++++++ .../next-release/api-change-elasticache-97251.json | 5 ----- .changes/next-release/api-change-memorydb-16572.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.34.150.json delete mode 100644 .changes/next-release/api-change-elasticache-97251.json delete mode 100644 .changes/next-release/api-change-memorydb-16572.json diff --git a/.changes/1.34.150.json b/.changes/1.34.150.json new file mode 100644 index 0000000000..a108a41228 --- /dev/null +++ b/.changes/1.34.150.json @@ -0,0 +1,12 @@ +[ + { + "category": "``elasticache``", + "description": "Renaming full service name as it appears in developer documentation.", + "type": "api-change" + }, + { + "category": "``memorydb``", + "description": "Renaming full service name as it appears in developer documentation.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-elasticache-97251.json b/.changes/next-release/api-change-elasticache-97251.json deleted file mode 100644 index 522f1bf528..0000000000 --- a/.changes/next-release/api-change-elasticache-97251.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elasticache``", - "description": "Renaming full service name as it appears in developer documentation." -} diff --git a/.changes/next-release/api-change-memorydb-16572.json b/.changes/next-release/api-change-memorydb-16572.json deleted file mode 100644 index 4447f7ee06..0000000000 --- a/.changes/next-release/api-change-memorydb-16572.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``memorydb``", - "description": "Renaming full service name as it appears in developer documentation." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b94af0ca55..e6079fba19 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.34.150 +======== + +* api-change:``elasticache``: Renaming full service name as it appears in developer documentation. +* api-change:``memorydb``: Renaming full service name as it appears in developer documentation. + + 1.34.149 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index 66ad99be9c..15502401e0 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.149' +__version__ = '1.34.150' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 3d630e66f7..d37a926684 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.149' +release = '1.34.150' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.