Skip to content

Commit

Permalink
Bumping version to 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 31, 2022
1 parent 934c48b commit f6f635c
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 47 deletions.
42 changes: 42 additions & 0 deletions .changes/1.25.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``lookoutmetrics``",
"description": "Adding backtest mode to detectors using the Cloudwatch data source.",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker Notebook Instances now support Jupyter Lab 3.",
"type": "api-change"
},
{
"category": "Python",
"description": "Dropped support for Python 3.6",
"type": "feature"
},
{
"category": "``drs``",
"description": "Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery.",
"type": "api-change"
},
{
"category": "``cognito-idp``",
"description": "Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword).",
"type": "api-change"
},
{
"category": "Python",
"description": "Dropped support for Python 3.6",
"type": "feature"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cognitoidp-99444.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-drs-29489.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-51939.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lookoutmetrics-65306.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-48089.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transcribe-72871.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-Python-26513.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-Python-85983.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.25.0
======

* api-change:``lookoutmetrics``: Adding backtest mode to detectors using the Cloudwatch data source.
* api-change:``transcribe``: Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode.
* api-change:``iotsitewise``: This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription.
* api-change:``sagemaker``: Amazon SageMaker Notebook Instances now support Jupyter Lab 3.
* feature:Python: Dropped support for Python 3.6
* api-change:``drs``: Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery.
* api-change:``cognito-idp``: Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword).
* feature:Python: Dropped support for Python 3.6


1.24.10
=======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
import os

__version__ = '1.24.10'
__version__ = '1.25.0'

#
# Get our data path to be added to botocore's search path
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '1.24.'
version = '1.25'
# The full version, including alpha/beta/rc tags.
release = '1.24.10'
release = '1.25.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ universal = 0

[metadata]
requires_dist =
botocore==1.26.10
botocore==1.27.0
docutils>=0.10,<0.17
s3transfer>=0.5.0,<0.6.0
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<5.5
colorama>=0.2.5,<0.4.5
rsa>=3.1.2,<4.8
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.26.10',
'botocore==1.27.0',
'docutils>=0.10,<0.17',
's3transfer>=0.5.0,<0.6.0',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
'colorama>=0.2.5,<0.4.5',
'rsa>=3.1.2,<4.8',
Expand Down

0 comments on commit f6f635c

Please sign in to comment.