From 71435e048dcbd9bdeee46163a667fed76991a714 Mon Sep 17 00:00:00 2001 From: AWS Date: Mon, 16 Jan 2017 14:44:08 -0800 Subject: [PATCH] Bumping version to 1.4.4 --- boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boto3/__init__.py b/boto3/__init__.py index 44e5bb6ba5..d518695341 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.4.3' +__version__ = '1.4.4' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index c24ccd3713..a78ba68797 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.4.1,<1.5.0 + botocore>=1.5.0,<1.6.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.1.10,<0.2.0 diff --git a/setup.py b/setup.py index b4664d6ac6..75328fdf12 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.4.1,<1.5.0', + 'botocore>=1.5.0,<1.6.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.1.10,<0.2.0' ]