From 95d05f13112baccccb8ca21d1ee8b7956f03e636 Mon Sep 17 00:00:00 2001 From: James Saryerwinnie Date: Mon, 31 Mar 2014 17:44:24 -0700 Subject: [PATCH] Bumping version to 1.3.5 --- CHANGELOG.rst | 4 ++-- awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 137e9b0d11c7..af62ba00d7ec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ CHANGELOG ========= -Next Release (TBD) -================== +1.3.5 +===== * feature:``aws opsworks``: Update ``aws opsworks`` model to the latest version diff --git a/awscli/__init__.py b/awscli/__init__.py index 5f9c6719a4bd..cd2d07be195d 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.3.4' +__version__ = '1.3.5' # # 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 22c0fd5fe1e4..87e294caa6d6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.3' # The full version, including alpha/beta/rc tags. -release = '1.3.4' +release = '1.3.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 91eb2b7d570d..83e810987f97 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import awscli -requires = ['botocore>=0.38.0,<0.39.0', +requires = ['botocore>=0.39.0,<0.40.0', 'bcdoc>=0.12.0,<0.13.0', 'six>=1.1.0', 'colorama==0.2.5',