Skip to content

Commit e94f385

Browse files
Merge branch 'release-1.15.0'
* release-1.15.0: Bumping version to 1.15.0 Add changelog entries from botocore
2 parents 2e64e9c + fbe50eb commit e94f385

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

.changes/1.15.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``kendra``",
4+
"description": "[``botocore``] Update kendra client to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``cloudfront``",
9+
"description": "[``botocore``] Update cloudfront client to latest version",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``comprehend``",
14+
"description": "[``botocore``] Update comprehend client to latest version",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``apigateway``",
19+
"description": "[``botocore``] Update apigateway client to latest version",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``es``",
24+
"description": "[``botocore``] Update es client to latest version",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``apigatewayv2``",
29+
"description": "[``botocore``] Update apigatewayv2 client to latest version",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "dependency",
34+
"description": "[``botocore``] botocore has removed docutils as a required dependency",
35+
"type": "feature"
36+
}
37+
]

CHANGELOG.rst

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

5+
1.15.0
6+
======
7+
8+
* api-change:``kendra``: [``botocore``] Update kendra client to latest version
9+
* api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version
10+
* api-change:``comprehend``: [``botocore``] Update comprehend client to latest version
11+
* api-change:``apigateway``: [``botocore``] Update apigateway client to latest version
12+
* api-change:``es``: [``botocore``] Update es client to latest version
13+
* api-change:``apigatewayv2``: [``botocore``] Update apigatewayv2 client to latest version
14+
* feature:dependency: [``botocore``] botocore has removed docutils as a required dependency
15+
16+
517
1.14.63
618
=======
719

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.14.63'
20+
__version__ = '1.15.0'
2121

2222

2323
# 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.17.63,<1.18.0
6+
botocore>=1.18.0,<1.19.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.17.63,<1.18.0',
17+
'botocore>=1.18.0,<1.19.0',
1818
'jmespath>=0.7.1,<1.0.0',
1919
's3transfer>=0.3.0,<0.4.0'
2020
]

0 commit comments

Comments
 (0)