From ed27bb2b3ec0a915bec590782ccee537b28e2c80 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 2 Aug 2022 18:07:05 +0000 Subject: [PATCH] Bumping version to 1.25.44 --- .changes/1.25.44.json | 12 ++++++++++++ ...change-licensemanagerusersubscriptions-97358.json | 5 ----- .../next-release/api-change-personalize-9738.json | 5 ----- CHANGELOG.rst | 7 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 .changes/1.25.44.json delete mode 100644 .changes/next-release/api-change-licensemanagerusersubscriptions-97358.json delete mode 100644 .changes/next-release/api-change-personalize-9738.json diff --git a/.changes/1.25.44.json b/.changes/1.25.44.json new file mode 100644 index 000000000000..6c810d9c3763 --- /dev/null +++ b/.changes/1.25.44.json @@ -0,0 +1,12 @@ +[ + { + "category": "``license-manager-user-subscriptions``", + "description": "This release supports user based subscription for Microsoft Visual Studio Professional and Enterprise on EC2.", + "type": "api-change" + }, + { + "category": "``personalize``", + "description": "This release adds support for incremental bulk ingestion for the Personalize CreateDatasetImportJob API.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-licensemanagerusersubscriptions-97358.json b/.changes/next-release/api-change-licensemanagerusersubscriptions-97358.json deleted file mode 100644 index e495d7ab43f5..000000000000 --- a/.changes/next-release/api-change-licensemanagerusersubscriptions-97358.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``license-manager-user-subscriptions``", - "description": "This release supports user based subscription for Microsoft Visual Studio Professional and Enterprise on EC2." -} diff --git a/.changes/next-release/api-change-personalize-9738.json b/.changes/next-release/api-change-personalize-9738.json deleted file mode 100644 index d2601836a94b..000000000000 --- a/.changes/next-release/api-change-personalize-9738.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``personalize``", - "description": "This release adds support for incremental bulk ingestion for the Personalize CreateDatasetImportJob API." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 116cd549f082..dd4d4ffd926a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.25.44 +======= + +* api-change:``license-manager-user-subscriptions``: This release supports user based subscription for Microsoft Visual Studio Professional and Enterprise on EC2. +* api-change:``personalize``: This release adds support for incremental bulk ingestion for the Personalize CreateDatasetImportJob API. + + 1.25.43 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 55aaf89e8996..e5201a6562b7 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.25.43' +__version__ = '1.25.44' # # 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 ce61f1ce57a2..39ee1413846a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.25.' # The full version, including alpha/beta/rc tags. -release = '1.25.43' +release = '1.25.44' # 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 b5919405ff6c..29a3c6c54f67 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.27.43 + botocore==1.27.44 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<5.5 diff --git a/setup.py b/setup.py index 78fb24ba2d89..c8d5e8f6f79f 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.27.43', + 'botocore==1.27.44', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',