Skip to content

Commit

Permalink
Bumping version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Jan 16, 2017
1 parent 6c16624 commit 71435e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.4.3'
__version__ = '1.4.4'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
Expand Down

0 comments on commit 71435e0

Please sign in to comment.