Skip to content

Commit 52b8caa

Browse files
Bumping version to 1.16.41
1 parent 74b70e1 commit 52b8caa

19 files changed

+94
-73
lines changed

.changes/1.16.41.json

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
[
2+
{
3+
"category": "``config``",
4+
"description": "[``botocore``] Update config client to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "[``botocore``] Update ec2 client to latest version",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``glue``",
14+
"description": "[``botocore``] Update glue client to latest version",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``batch``",
19+
"description": "[``botocore``] Update batch client to latest version",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``managedblockchain``",
24+
"description": "[``botocore``] Update managedblockchain client to latest version",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``service-quotas``",
29+
"description": "[``botocore``] Update service-quotas client to latest version",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``s3``",
34+
"description": "[``botocore``] Update s3 client to latest version",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``connectparticipant``",
39+
"description": "[``botocore``] Update connectparticipant client to latest version",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``securityhub``",
44+
"description": "[``botocore``] Update securityhub client to latest version",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``qldb-session``",
49+
"description": "[``botocore``] Update qldb-session client to latest version",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``outposts``",
54+
"description": "[``botocore``] Update outposts client to latest version",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``servicecatalog-appregistry``",
59+
"description": "[``botocore``] Update servicecatalog-appregistry client to latest version",
60+
"type": "api-change"
61+
},
62+
{
63+
"category": "``dms``",
64+
"description": "[``botocore``] Update dms client to latest version",
65+
"type": "api-change"
66+
},
67+
{
68+
"category": "``apigateway``",
69+
"description": "[``botocore``] Update apigateway client to latest version",
70+
"type": "api-change"
71+
}
72+
]

.changes/next-release/api-change-apigateway-83830.json

-5
This file was deleted.

.changes/next-release/api-change-batch-97493.json

-5
This file was deleted.

.changes/next-release/api-change-config-41022.json

-5
This file was deleted.

.changes/next-release/api-change-connectparticipant-26309.json

-5
This file was deleted.

.changes/next-release/api-change-dms-23836.json

-5
This file was deleted.

.changes/next-release/api-change-ec2-49698.json

-5
This file was deleted.

.changes/next-release/api-change-glue-83656.json

-5
This file was deleted.

.changes/next-release/api-change-managedblockchain-15008.json

-5
This file was deleted.

.changes/next-release/api-change-outposts-80173.json

-5
This file was deleted.

.changes/next-release/api-change-qldbsession-98143.json

-5
This file was deleted.

.changes/next-release/api-change-s3-35973.json

-5
This file was deleted.

.changes/next-release/api-change-securityhub-14638.json

-5
This file was deleted.

.changes/next-release/api-change-servicecatalogappregistry-70803.json

-5
This file was deleted.

.changes/next-release/api-change-servicequotas-59141.json

-5
This file was deleted.

CHANGELOG.rst

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

5+
1.16.41
6+
=======
7+
8+
* api-change:``config``: [``botocore``] Update config client to latest version
9+
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
10+
* api-change:``glue``: [``botocore``] Update glue client to latest version
11+
* api-change:``batch``: [``botocore``] Update batch client to latest version
12+
* api-change:``managedblockchain``: [``botocore``] Update managedblockchain client to latest version
13+
* api-change:``service-quotas``: [``botocore``] Update service-quotas client to latest version
14+
* api-change:``s3``: [``botocore``] Update s3 client to latest version
15+
* api-change:``connectparticipant``: [``botocore``] Update connectparticipant client to latest version
16+
* api-change:``securityhub``: [``botocore``] Update securityhub client to latest version
17+
* api-change:``qldb-session``: [``botocore``] Update qldb-session client to latest version
18+
* api-change:``outposts``: [``botocore``] Update outposts client to latest version
19+
* api-change:``servicecatalog-appregistry``: [``botocore``] Update servicecatalog-appregistry client to latest version
20+
* api-change:``dms``: [``botocore``] Update dms client to latest version
21+
* api-change:``apigateway``: [``botocore``] Update apigateway client to latest version
22+
23+
524
1.16.40
625
=======
726

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.16.40'
21+
__version__ = '1.16.41'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

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

44
[metadata]
55
requires-dist =
6-
botocore>=1.19.40,<1.20.0
6+
botocore>=1.19.41,<1.20.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.3.0,<0.4.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.19.40,<1.20.0',
17+
'botocore>=1.19.41,<1.20.0',
1818
'jmespath>=0.7.1,<1.0.0',
1919
's3transfer>=0.3.0,<0.4.0'
2020
]

0 commit comments

Comments
 (0)