Skip to content

Commit 8ca87ca

Browse files
Bumping version to 1.20.26
1 parent a4b45ba commit 8ca87ca

8 files changed

+33
-22
lines changed

.changes/1.20.26.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``comprehend``",
4+
"description": "Update comprehend client to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``wafv2``",
9+
"description": "Update wafv2 client to latest version",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``medialive``",
14+
"description": "Update medialive client to latest version",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``network-firewall``",
19+
"description": "Update network-firewall client to latest version",
20+
"type": "api-change"
21+
}
22+
]

.changes/next-release/api-change-comprehend-35792.json

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

.changes/next-release/api-change-medialive-68410.json

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

.changes/next-release/api-change-networkfirewall-72217.json

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

.changes/next-release/api-change-wafv2-78964.json

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

CHANGELOG.rst

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

5+
1.20.26
6+
=======
7+
8+
* api-change:``comprehend``: Update comprehend client to latest version
9+
* api-change:``wafv2``: Update wafv2 client to latest version
10+
* api-change:``medialive``: Update medialive client to latest version
11+
* api-change:``network-firewall``: Update network-firewall client to latest version
12+
13+
514
1.20.25
615
=======
716

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.25'
19+
__version__ = '1.20.26'
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.25'
57+
release = '1.20.26'
5858

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

0 commit comments

Comments
 (0)