Skip to content

Commit 252234e

Browse files
committedJun 23, 2023
Bumping version to 1.26.160
1 parent 21d63f0 commit 252234e

9 files changed

+34
-23
lines changed
 

‎.changes/1.26.160.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``devops-guru``",
4+
"description": "[``botocore``] This release adds support for encryption via customer managed keys.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``fsx``",
9+
"description": "[``botocore``] Update to Amazon FSx documentation.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``rds``",
14+
"description": "[``botocore``] Documentation improvements for create, describe, and modify DB clusters and DB instances.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``verifiedpermissions``",
19+
"description": "[``botocore``] Added improved descriptions and new code samples to SDK documentation.",
20+
"type": "api-change"
21+
}
22+
]

‎.changes/next-release/api-change-devopsguru-90226.json

-5
This file was deleted.

‎.changes/next-release/api-change-fsx-80162.json

-5
This file was deleted.

‎.changes/next-release/api-change-rds-46523.json

-5
This file was deleted.

‎.changes/next-release/api-change-verifiedpermissions-64550.json

-5
This file was deleted.

‎CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
CHANGELOG
33
=========
44

5+
1.26.160
6+
========
7+
8+
* api-change:``devops-guru``: [``botocore``] This release adds support for encryption via customer managed keys.
9+
* api-change:``fsx``: [``botocore``] Update to Amazon FSx documentation.
10+
* api-change:``rds``: [``botocore``] Documentation improvements for create, describe, and modify DB clusters and DB instances.
11+
* api-change:``verifiedpermissions``: [``botocore``] Added improved descriptions and new code samples to SDK documentation.
12+
13+
514
1.26.159
615
========
716

‎boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.26.159'
20+
__version__ = '1.26.160'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.29.159,<1.30.0
6+
botocore>=1.29.160,<1.30.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.6.0,<0.7.0
99

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.29.159,<1.30.0',
16+
'botocore>=1.29.160,<1.30.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.6.0,<0.7.0',
1919
]

0 commit comments

Comments
 (0)