Skip to content

Commit

Permalink
Merge branch 'release-1.36.5' into develop
Browse files Browse the repository at this point in the history
* release-1.36.5:
  Bumping version to 1.36.5
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jan 23, 2025
2 parents 63051c4 + 80b1eb0 commit 81fdad2
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 27 deletions.
7 changes: 7 additions & 0 deletions .changes/1.36.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "``ec2``",
"description": "Added \"future\" allocation type for future dated capacity reservation",
"type": "api-change"
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

1.36.5
======

* api-change:``ec2``: Added "future" allocation type for future dated capacity reservation


1.36.4
======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.36.4'
__version__ = '1.36.5'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit 81fdad2

Please sign in to comment.