Skip to content

Commit

Permalink
Bump version to 2.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 25, 2020
1 parent d014044 commit 449d04b
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 44 deletions.
42 changes: 42 additions & 0 deletions .changes/2.0.43.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``logs``",
"description": "Update logs command to latest version",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "Update kafka command to latest version",
"type": "api-change"
},
{
"category": "``xray``",
"description": "Update xray command to latest version",
"type": "api-change"
},
{
"category": "``dms``",
"description": "Update dms command to latest version",
"type": "api-change"
},
{
"category": "pager",
"description": "Add ``--no-cli-pager`` command line option to disable output ot pager",
"type": "enhancement"
},
{
"category": "``ec2``",
"description": "Update ec2 command to latest version",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "Update iotsitewise command to latest version",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "Update ssm command to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/apichange-dms-4723.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-ec2-20406.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-iotsitewise-20202.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-kafka-30553.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-logs-21184.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-ssm-37938.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-xray-83944.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-pager-93694.json

This file was deleted.

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

2.0.43
======

* api-change:``logs``: Update logs command to latest version
* api-change:``kafka``: Update kafka command to latest version
* api-change:``xray``: Update xray command to latest version
* api-change:``dms``: Update dms command to latest version
* enhancement:pager: Add ``--no-cli-pager`` command line option to disable output ot pager
* api-change:``ec2``: Update ec2 command to latest version
* api-change:``iotsitewise``: Update iotsitewise command to latest version
* api-change:``ssm``: Update ssm command to latest version


2.0.42
======

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.42'
__version__ = '2.0.43'

#
# 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.42'
release = '2.0.43'

# 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.0dev46
botocore==2.0.0dev47
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.0dev46',
'botocore==2.0.0dev47',
'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 449d04b

Please sign in to comment.