Skip to content

Commit

Permalink
Bump version to 2.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 3, 2020
1 parent dfd3818 commit 2986345
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 34 deletions.
32 changes: 32 additions & 0 deletions .changes/2.0.46.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``ec2``",
"description": "Update ec2 command to latest version",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "Update kendra command to latest version",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "Update macie2 command to latest version",
"type": "api-change"
},
{
"category": "``stepfunctions``",
"description": "Update stepfunctions command to latest version",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "Update guardduty command to latest version",
"type": "api-change"
},
{
"category": "``mediapackage``",
"description": "Update mediapackage command to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/apichange-ec2-95840.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-guardduty-80624.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-kendra-27811.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-macie2-7217.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-mediapackage-67454.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-stepfunctions-48679.json

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

2.0.46
======

* api-change:``ec2``: Update ec2 command to latest version
* api-change:``kendra``: Update kendra command to latest version
* api-change:``macie2``: Update macie2 command to latest version
* api-change:``stepfunctions``: Update stepfunctions command to latest version
* api-change:``guardduty``: Update guardduty command to latest version
* api-change:``mediapackage``: Update mediapackage command to latest version


2.0.45
======

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

__version__ = '2.0.45'
__version__ = '2.0.46'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.45'
release = '2.0.46'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ universal = 1

[metadata]
requires-dist =
botocore==2.0.0dev49
botocore==2.0.0dev50
colorama>=0.2.5,<0.4.4
docutils>=0.10,<0.16
cryptography>=2.8.0,<=2.9.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


requires = [
'botocore==2.0.0dev49',
'botocore==2.0.0dev50',
'colorama>=0.2.5,<0.4.4',
'docutils>=0.10,<0.16',
'cryptography>=2.8.0,<=2.9.0',
Expand Down

0 comments on commit 2986345

Please sign in to comment.