Skip to content

Commit 81fdad2

Browse files
Merge branch 'release-1.36.5' into develop
* release-1.36.5: Bumping version to 1.36.5 Update to latest models
2 parents 63051c4 + 80b1eb0 commit 81fdad2

File tree

5 files changed

+43
-27
lines changed

5 files changed

+43
-27
lines changed

.changes/1.36.5.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "Added \"future\" allocation type for future dated capacity reservation",
5+
"type": "api-change"
6+
}
7+
]

CHANGELOG.rst

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

5+
1.36.5
6+
======
7+
8+
* api-change:``ec2``: Added "future" allocation type for future dated capacity reservation
9+
10+
511
1.36.4
612
======
713

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.36.4'
19+
__version__ = '1.36.5'
2020

2121

2222
class NullHandler(logging.Handler):

0 commit comments

Comments
 (0)