Skip to content

Commit fa72dd2

Browse files
Merge branch 'release-1.12.148' into develop
* release-1.12.148: Bumping version to 1.12.148 Update to latest models
2 parents 9ab88ba + e68bd97 commit fa72dd2

File tree

9 files changed

+766
-82
lines changed

9 files changed

+766
-82
lines changed

.changes/1.12.148.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": "``chime``",
9+
"description": "Update chime client to latest version",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``storagegateway``",
14+
"description": "Update storagegateway client to latest version",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ec2``",
19+
"description": "Update ec2 client to latest version",
20+
"type": "api-change"
21+
}
22+
]

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.12.148
6+
========
7+
8+
* api-change:``comprehend``: Update comprehend client to latest version
9+
* api-change:``chime``: Update chime client to latest version
10+
* api-change:``storagegateway``: Update storagegateway client to latest version
11+
* api-change:``ec2``: Update ec2 client to latest version
12+
13+
514
1.12.147
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.12.147'
19+
__version__ = '1.12.148'
2020

2121

2222
class NullHandler(logging.Handler):

0 commit comments

Comments
 (0)