Skip to content

Commit a9c8435

Browse files
Bumping version to 1.37.11
1 parent cf0656f commit a9c8435

File tree

9 files changed

+39
-27
lines changed

9 files changed

+39
-27
lines changed

.changes/1.37.11.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "This release adds the GroupLongName field to the response of the DescribeAvailabilityZones API.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ecr``",
9+
"description": "This release adds Amazon ECR to Amazon ECR pull through cache rules support.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ecs``",
14+
"description": "This is a documentation only update for Amazon ECS to address various tickets.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``inspector2``",
19+
"description": "Adding componentArn to network reachability details",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``medialive``",
24+
"description": "Add an enum option DISABLED for Output Locking Mode under Global Configuration.",
25+
"type": "api-change"
26+
}
27+
]

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

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

.changes/next-release/api-change-ecr-41825.json

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

.changes/next-release/api-change-ecs-95026.json

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

.changes/next-release/api-change-inspector2-57581.json

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

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

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

CHANGELOG.rst

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

5+
1.37.11
6+
=======
7+
8+
* api-change:``ec2``: This release adds the GroupLongName field to the response of the DescribeAvailabilityZones API.
9+
* api-change:``ecr``: This release adds Amazon ECR to Amazon ECR pull through cache rules support.
10+
* api-change:``ecs``: This is a documentation only update for Amazon ECS to address various tickets.
11+
* api-change:``inspector2``: Adding componentArn to network reachability details
12+
* api-change:``medialive``: Add an enum option DISABLED for Output Locking Mode under Global Configuration.
13+
14+
515
1.37.10
616
=======
717

botocore/__init__.py

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

19-
__version__ = '1.37.10'
19+
__version__ = '1.37.11'
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
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.37.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.37.10'
62+
release = '1.37.11'
6363

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

0 commit comments

Comments
 (0)