Skip to content

Commit 0b47e50

Browse files
Bumping version to 1.25.71
1 parent 39d7534 commit 0b47e50

File tree

11 files changed

+41
-29
lines changed

11 files changed

+41
-29
lines changed

.changes/1.25.71.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``cloudtrail``",
4+
"description": "This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``lexv2-models``",
9+
"description": "Update lexv2-models command to latest version",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``lexv2-runtime``",
14+
"description": "Update lexv2-runtime command to latest version",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``pi``",
19+
"description": "Increases the maximum values of two RDS Performance Insights APIs. The maximum value of the Limit parameter of DimensionGroup is 25. The MaxResult maximum is now 25 for the following APIs: DescribeDimensionKeys, GetResourceMetrics, ListAvailableResourceDimensions, and ListAvailableResourceMetrics.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``redshift``",
24+
"description": "This release updates documentation for AQUA features and other description updates.",
25+
"type": "api-change"
26+
}
27+
]

.changes/next-release/api-change-cloudtrail-93225.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-lexv2models-95570.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-lexv2runtime-67787.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-pi-8338.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-redshift-61344.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
CHANGELOG
33
=========
44

5+
1.25.71
6+
=======
7+
8+
* api-change:``cloudtrail``: This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations.
9+
* api-change:``lexv2-models``: Update lexv2-models command to latest version
10+
* api-change:``lexv2-runtime``: Update lexv2-runtime command to latest version
11+
* api-change:``pi``: Increases the maximum values of two RDS Performance Insights APIs. The maximum value of the Limit parameter of DimensionGroup is 25. The MaxResult maximum is now 25 for the following APIs: DescribeDimensionKeys, GetResourceMetrics, ListAvailableResourceDimensions, and ListAvailableResourceMetrics.
12+
* api-change:``redshift``: This release updates documentation for AQUA features and other description updates.
13+
14+
515
1.25.70
616
=======
717

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.25.70'
20+
__version__ = '1.25.71'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.25.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.25.70'
55+
release = '1.25.71'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore==1.27.69
6+
botocore==1.27.70
77
docutils>=0.10,<0.17
88
s3transfer>=0.6.0,<0.7.0
99
PyYAML>=3.10,<5.5

0 commit comments

Comments
 (0)