Skip to content

Commit

Permalink
Bumping version to 1.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 28, 2022
1 parent 63f7cf2 commit 1293d8b
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 34 deletions.
32 changes: 32 additions & 0 deletions .changes/1.26.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``apprunner``",
"description": "AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes.",
"type": "api-change"
},
{
"category": "``appstream``",
"description": "This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.",
"type": "api-change"
},
{
"category": "``cloud9``",
"description": "Update to the documentation section of the Cloud9 API Reference guide.",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation.",
"type": "api-change"
},
{
"category": "``gamesparks``",
"description": "Add LATEST as a possible GameSDK Version on snapshot",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-apprunner-24196.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appstream-74494.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloud9-81991.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudformation-90431.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-gamesparks-70374.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediatailor-57898.json

This file was deleted.

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

1.26.4
======

* api-change:``apprunner``: AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes.
* api-change:``appstream``: This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.
* api-change:``cloud9``: Update to the documentation section of the Cloud9 API Reference guide.
* api-change:``cloudformation``: This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation.
* api-change:``gamesparks``: Add LATEST as a possible GameSDK Version on snapshot
* api-change:``mediatailor``: This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages.


1.26.3
======

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.26.3'
__version__ = '1.26.4'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.26'
# The full version, including alpha/beta/rc tags.
release = '1.26.3'
release = '1.26.4'

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

[metadata]
requires_dist =
botocore==1.28.3
botocore==1.28.4
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<5.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.28.3',
'botocore==1.28.4',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 1293d8b

Please sign in to comment.