Skip to content

Commit

Permalink
Merge branch 'release-1.7.27'
Browse files Browse the repository at this point in the history
* release-1.7.27:
  Bumping version to 1.7.27
  Update Changelog and tests
  Update css for html doc generation
  Update --max-items documentation
  • Loading branch information
AWS committed May 14, 2015
2 parents 0ae23ad + 4ce7f51 commit d1d13ed
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.7.27
======

* feature:``aws ds``: Add support for AWS Directory Service.
* feature:``aws ec2``: Add support for VPC endpoints for Amazon S3.
* feature:``aws ec2``: Add support for EIP Migration.
* feature:``aws logs``: Add support for filtering log events.


1.7.26
======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
import os

__version__ = '1.7.26'
__version__ = '1.7.27'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 2 additions & 0 deletions awscli/customizations/paginate.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
of items available is more than the value specified in
max-items then a <code>NextToken</code> will
be provided in the output that you can use to resume pagination.
This <code>NextToken</code> response element should <b>not</b> be
used directly outside of the AWS CLI.</p>
"""

PAGE_SIZE_HELP = """
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.7.'
# The full version, including alpha/beta/rc tags.
release = '1.7.26'
release = '1.7.27'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import awscli


requires = ['botocore>=0.107.0,<0.108.0',
requires = ['botocore>=0.108.0,<0.109.0',
'bcdoc>=0.14.0,<0.15.0',
'colorama>=0.2.5,<=0.3.3',
'docutils>=0.10',
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/test_completer.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
'cloudsearch', 'cloudsearchdomain', 'cloudtrail',
'cloudwatch', 'cognito-identity', 'cognito-sync',
'configservice', 'configure', 'datapipeline', 'deploy',
'directconnect', 'dynamodb', 'glacier', 'ec2', 'ecs',
'elasticache', 'elasticbeanstalk',
'directconnect', 'ds', 'dynamodb', 'glacier', 'ec2',
'ecs', 'elasticache', 'elasticbeanstalk',
'elastictranscoder', 'elb', 'emr', 'iam',
'importexport', 'kinesis', 'kms', 'lambda', 'logs',
'machinelearning', 'opsworks', 'rds', 'redshift',
Expand Down

0 comments on commit d1d13ed

Please sign in to comment.