Skip to content

Commit e593362

Browse files
committed
Version bump to 0.0.8
1 parent 4a05c07 commit e593362

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Unreleased
5-
----------
4+
0.0.8 - 2015-02-10
5+
------------------
66

77
* bugfix:Resources: Fix Amazon S3 resource identifier order.
88
(`issue 62 <https://github.com/boto/boto3/pull/62>`__)
@@ -11,6 +11,12 @@ Unreleased
1111
* bugfix:Resources: Re-enable service-level access to all resources,
1212
allowing e.g. ``obj = s3.Object('bucket', 'key')``.
1313
(`issue 60 <https://github.com/boto/boto3/pull/60>`__)
14+
* feature:Botocore: Update to Botocore 0.87.0
15+
16+
* Add support for Amazon DynamoDB secondary index scanning.
17+
* Upgrade to ``requests`` 2.5.1.
18+
* Add support for anonymous (unsigned) clients.
19+
(`botocore issue 448 <https://github.com/boto/botocore/pull/448>`__)
1420

1521
0.0.7 - 2015-02-05
1622
------------------

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '0.0.7'
20+
__version__ = '0.0.8'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_version():
2626
]
2727

2828
requires = [
29-
'botocore==0.86.0',
29+
'botocore==0.87.0',
3030
'bcdoc==0.12.2',
3131
'jmespath==0.6.1',
3232
]

0 commit comments

Comments
 (0)