From c2fe32fd290379816bd43f28cdfec8a2f8c59010 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 28 Nov 2018 11:17:09 -0800 Subject: [PATCH] Bumping version to 1.16.64 --- .changes/1.16.64.json | 22 +++++++++++++++++++ .../api-change-dynamodb-3110.json | 5 ----- .../next-release/api-change-fsx-67696.json | 5 ----- .../next-release/api-change-rds-93222.json | 5 ----- .../api-change-securityhub-77282.json | 5 ----- CHANGELOG.rst | 9 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 35 insertions(+), 24 deletions(-) create mode 100644 .changes/1.16.64.json delete mode 100644 .changes/next-release/api-change-dynamodb-3110.json delete mode 100644 .changes/next-release/api-change-fsx-67696.json delete mode 100644 .changes/next-release/api-change-rds-93222.json delete mode 100644 .changes/next-release/api-change-securityhub-77282.json diff --git a/.changes/1.16.64.json b/.changes/1.16.64.json new file mode 100644 index 000000000000..2a14da717ac4 --- /dev/null +++ b/.changes/1.16.64.json @@ -0,0 +1,22 @@ +[ + { + "category": "``dynamodb``", + "description": "Update dynamodb command to latest version", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "Update fsx command to latest version", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "Update securityhub command to latest version", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Update rds command to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-dynamodb-3110.json b/.changes/next-release/api-change-dynamodb-3110.json deleted file mode 100644 index b5e0b6fdff9b..000000000000 --- a/.changes/next-release/api-change-dynamodb-3110.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``dynamodb``", - "type": "api-change", - "description": "Update dynamodb command to latest version" -} diff --git a/.changes/next-release/api-change-fsx-67696.json b/.changes/next-release/api-change-fsx-67696.json deleted file mode 100644 index f88a0933102f..000000000000 --- a/.changes/next-release/api-change-fsx-67696.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``fsx``", - "type": "api-change", - "description": "Update fsx command to latest version" -} diff --git a/.changes/next-release/api-change-rds-93222.json b/.changes/next-release/api-change-rds-93222.json deleted file mode 100644 index b7822481c8e2..000000000000 --- a/.changes/next-release/api-change-rds-93222.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``rds``", - "type": "api-change", - "description": "Update rds command to latest version" -} diff --git a/.changes/next-release/api-change-securityhub-77282.json b/.changes/next-release/api-change-securityhub-77282.json deleted file mode 100644 index 04b095d13b74..000000000000 --- a/.changes/next-release/api-change-securityhub-77282.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``securityhub``", - "type": "api-change", - "description": "Update securityhub command to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7799ac193c66..9c5e1d2982d0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.16.64 +======= + +* api-change:``dynamodb``: Update dynamodb command to latest version +* api-change:``fsx``: Update fsx command to latest version +* api-change:``securityhub``: Update securityhub command to latest version +* api-change:``rds``: Update rds command to latest version + + 1.16.63 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index a34090394eec..4aab0c16d2f1 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.16.63' +__version__ = '1.16.64' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 7ffe77635e71..1dbf1fd1bc50 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.16.' # The full version, including alpha/beta/rc tags. -release = '1.16.63' +release = '1.16.64' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 7132e32840b4..01c3cf61cb12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ universal = 1 [metadata] requires-dist = - botocore==1.12.53 + botocore==1.12.54 colorama>=0.2.5,<=0.3.9 docutils>=0.10 rsa>=3.1.2,<=3.5.0 diff --git a/setup.py b/setup.py index 342bd69ea986..2550c38d9ee7 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def find_version(*file_paths): raise RuntimeError("Unable to find version string.") -requires = ['botocore==1.12.53', +requires = ['botocore==1.12.54', 'colorama>=0.2.5,<=0.3.9', 'docutils>=0.10', 'rsa>=3.1.2,<=3.5.0',