Skip to content

Commit

Permalink
Bumping version to 1.33.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 4, 2023
1 parent 5a40c63 commit 9e3d741
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 43 deletions.
42 changes: 42 additions & 0 deletions .changes/1.33.7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``billingconductor``",
"description": "[``botocore``] This release adds the ability to specify a linked account of the billing group for the custom line item resource.",
"type": "api-change"
},
{
"category": "``braket``",
"description": "[``botocore``] This release enhances service support to create quantum tasks and hybrid jobs associated with Braket Direct Reservations.",
"type": "api-change"
},
{
"category": "``cloud9``",
"description": "[``botocore``] This release adds the requirement to include the imageId parameter in the CreateEnvironmentEC2 API call.",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "[``botocore``] Including UPDATE_* states as a success status for CreateStack waiter.",
"type": "api-change"
},
{
"category": "``finspace``",
"description": "[``botocore``] Release General Purpose type clusters",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "[``botocore``] Adds support for custom color correction on channels using 3D LUT files.",
"type": "api-change"
},
{
"category": "``servicecatalog-appregistry``",
"description": "[``botocore``] Documentation-only updates for Dawn",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "[``botocore``] Update endpoint-rules client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-billingconductor-62259.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-braket-16454.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-endpointrules-66705.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-finspace-52614.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-42521.json

This file was deleted.

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.33.7
======

* api-change:``billingconductor``: [``botocore``] This release adds the ability to specify a linked account of the billing group for the custom line item resource.
* api-change:``braket``: [``botocore``] This release enhances service support to create quantum tasks and hybrid jobs associated with Braket Direct Reservations.
* api-change:``cloud9``: [``botocore``] This release adds the requirement to include the imageId parameter in the CreateEnvironmentEC2 API call.
* api-change:``cloudformation``: [``botocore``] Including UPDATE_* states as a success status for CreateStack waiter.
* api-change:``finspace``: [``botocore``] Release General Purpose type clusters
* api-change:``medialive``: [``botocore``] Adds support for custom color correction on channels using 3D LUT files.
* api-change:``servicecatalog-appregistry``: [``botocore``] Documentation-only updates for Dawn
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.33.6
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.33.6'
__version__ = '1.33.7'


# The default Boto3 session; autoloaded when needed.
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.33.6,<1.34.0
botocore>=1.33.7,<1.34.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.8.2,<0.9.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.33.6,<1.34.0',
'botocore>=1.33.7,<1.34.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.8.2,<0.9.0',
]
Expand Down

0 comments on commit 9e3d741

Please sign in to comment.