From b3131b6ad6c790916a8bab468c1f0242089219d9 Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 27 Jun 2017 19:30:45 -0700 Subject: [PATCH] Bumping version to 1.11.113 --- .changes/1.11.113.json | 7 +++++++ .changes/next-release/api-change-servicecatalog-53009.json | 5 ----- CHANGELOG.rst | 6 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 7 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 .changes/1.11.113.json delete mode 100644 .changes/next-release/api-change-servicecatalog-53009.json diff --git a/.changes/1.11.113.json b/.changes/1.11.113.json new file mode 100644 index 000000000000..b29f8f41bea9 --- /dev/null +++ b/.changes/1.11.113.json @@ -0,0 +1,7 @@ +[ + { + "category": "``servicecatalog``", + "description": "Update servicecatalog command to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-servicecatalog-53009.json b/.changes/next-release/api-change-servicecatalog-53009.json deleted file mode 100644 index fbed44666577..000000000000 --- a/.changes/next-release/api-change-servicecatalog-53009.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``servicecatalog``", - "type": "api-change", - "description": "Update servicecatalog command to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 065649749580..30102df24b81 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.11.113 +======== + +* api-change:``servicecatalog``: Update servicecatalog command to latest version + + 1.11.112 ======== diff --git a/awscli/__init__.py b/awscli/__init__.py index d763a2c80baa..f9ae0c2ae9f4 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.11.112' +__version__ = '1.11.113' # # 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 b5be877ca22b..9c878dfd6a6b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.11.1' # The full version, including alpha/beta/rc tags. -release = '1.11.112' +release = '1.11.113' # 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 348c68bb4369..ca8e7f8b1c59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ universal = 1 [metadata] requires-dist = - botocore==1.5.75 + botocore==1.5.76 colorama>=0.2.5,<=0.3.7 docutils>=0.10 rsa>=3.1.2,<=3.5.0 diff --git a/setup.py b/setup.py index bf76892ec46c..88ba7feeee5a 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.5.75', +requires = ['botocore==1.5.76', 'colorama>=0.2.5,<=0.3.7', 'docutils>=0.10', 'rsa>=3.1.2,<=3.5.0',