Skip to content

Commit 8589798

Browse files
Bumping version to 1.20.2
1 parent 44d9ac1 commit 8589798

10 files changed

+45
-32
lines changed

.changes/1.20.2.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``quicksight``",
4+
"description": "Update quicksight client to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``appflow``",
9+
"description": "Update appflow client to latest version",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``emr-containers``",
14+
"description": "Update emr-containers client to latest version",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``dlm``",
19+
"description": "Update dlm client to latest version",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``athena``",
24+
"description": "Update athena client to latest version",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ec2``",
29+
"description": "Update ec2 client to latest version",
30+
"type": "api-change"
31+
}
32+
]

.changes/next-release/api-change-appflow-28529.json

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

.changes/next-release/api-change-athena-11835.json

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

.changes/next-release/api-change-dlm-34274.json

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

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

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

.changes/next-release/api-change-emrcontainers-89543.json

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

.changes/next-release/api-change-quicksight-3495.json

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

CHANGELOG.rst

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

5+
1.20.2
6+
======
7+
8+
* api-change:``quicksight``: Update quicksight client to latest version
9+
* api-change:``appflow``: Update appflow client to latest version
10+
* api-change:``emr-containers``: Update emr-containers client to latest version
11+
* api-change:``dlm``: Update dlm client to latest version
12+
* api-change:``athena``: Update athena client to latest version
13+
* api-change:``ec2``: Update ec2 client to latest version
14+
15+
516
1.20.1
617
======
718

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
import logging
1818

19-
__version__ = '1.20.1'
19+
__version__ = '1.20.2'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '1.20'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.20.1'
57+
release = '1.20.2'
5858

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

0 commit comments

Comments
 (0)