Skip to content

Commit d6f7d66

Browse files
Bumping version to 1.36.17
1 parent 894456f commit d6f7d66

8 files changed

+33
-22
lines changed

.changes/1.36.17.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``apigatewayv2``",
4+
"description": "Documentation updates for Amazon API Gateway",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``cloudfront``",
9+
"description": "Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connect``",
14+
"description": "Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``dms``",
19+
"description": "New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS",
20+
"type": "api-change"
21+
}
22+
]

.changes/next-release/api-change-apigatewayv2-47886.json

-5
This file was deleted.

.changes/next-release/api-change-cloudfront-45117.json

-5
This file was deleted.

.changes/next-release/api-change-connect-53952.json

-5
This file was deleted.

.changes/next-release/api-change-dms-23314.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.36.17
6+
=======
7+
8+
* api-change:``apigatewayv2``: Documentation updates for Amazon API Gateway
9+
* api-change:``cloudfront``: Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.
10+
* api-change:``connect``: Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.
11+
* api-change:``dms``: New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS
12+
13+
514
1.36.16
615
=======
716

botocore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.36.16'
19+
__version__ = '1.36.17'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.36.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.36.16'
62+
release = '1.36.17'
6363

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

0 commit comments

Comments
 (0)