From 250f1e0bc2d8ff83e65b96c8725832eae0416cdf Mon Sep 17 00:00:00 2001 From: kyleknap Date: Thu, 16 Oct 2014 16:46:16 -0700 Subject: [PATCH] Bumping version to 1.5.2 --- 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 3c58d130831b..c0c54abde196 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ CHANGELOG ========= -Next Release (TBD) -================== +1.5.2 +===== * feature:``aws cloudsearch``: Add support for advance Japanese language processing. diff --git a/awscli/__init__.py b/awscli/__init__.py index e6a03500882b..84767a7ec30c 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.5.1' +__version__ = '1.5.2' # # 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 03288857fd63..1583c47e386b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.5' # The full version, including alpha/beta/rc tags. -release = '1.5.1' +release = '1.5.2' # 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 d89d4a8190c4..efc6a8056fff 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import awscli -requires = ['botocore>=0.65.0,<0.66.0', +requires = ['botocore>=0.66.0,<0.67.0', 'bcdoc>=0.12.0,<0.13.0', 'six>=1.1.0', 'colorama==0.2.5',