From 3372224016e29b7a401d95ed18a224db3a4f0426 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 21 Oct 2021 18:27:07 +0000 Subject: [PATCH] Bumping version to 1.19.1 --- .changes/1.19.1.json | 7 +++++++ .changes/next-release/api-change-connect-59117.json | 5 ----- CHANGELOG.rst | 6 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 6 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 .changes/1.19.1.json delete mode 100644 .changes/next-release/api-change-connect-59117.json diff --git a/.changes/1.19.1.json b/.changes/1.19.1.json new file mode 100644 index 0000000000..796d6a0bd3 --- /dev/null +++ b/.changes/1.19.1.json @@ -0,0 +1,7 @@ +[ + { + "category": "``connect``", + "description": "[``botocore``] Released Amazon Connect hours of operation API for general availability (GA). This API also supports AWS CloudFormation. For more information, see Amazon Connect Resource Type Reference in the AWS CloudFormation User Guide.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-59117.json b/.changes/next-release/api-change-connect-59117.json deleted file mode 100644 index b232afd0b6..0000000000 --- a/.changes/next-release/api-change-connect-59117.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] Released Amazon Connect hours of operation API for general availability (GA). This API also supports AWS CloudFormation. For more information, see Amazon Connect Resource Type Reference in the AWS CloudFormation User Guide." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2a3238fb1d..82402b2df7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.19.1 +====== + +* api-change:``connect``: [``botocore``] Released Amazon Connect hours of operation API for general availability (GA). This API also supports AWS CloudFormation. For more information, see Amazon Connect Resource Type Reference in the AWS CloudFormation User Guide. + + 1.19.0 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index b3f70f670f..7ec0c48718 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.19.0' +__version__ = '1.19.1' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index eeedd0b832..9c32b5302c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.22.0,<1.23.0 + botocore>=1.22.1,<1.23.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index a7e2cac66f..ac15eea97d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.22.0,<1.23.0', + 'botocore>=1.22.1,<1.23.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]