Skip to content

Commit

Permalink
Release Prep (#224)
Browse files Browse the repository at this point in the history
* release prep
  • Loading branch information
thehesiod authored May 22, 2017
1 parent d8e389a commit e9693ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changes
-------
0.3.2 (XXXX-XX-XX)
^^^^^^^^^^^^^^^^^^^^
0.3.2 (2017-05-22)
^^^^^^^^^^^^^^^^^^
* Fix botocore integration
* Provisional fix for aiohttp 2.x stream support
* update botocore requirement to: botocore>=1.5.34, <=1.5.52

0.3.1 (2017-04-18)
^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion aiobotocore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .session import get_session, AioSession

__all__ = ['get_session', 'AioSession']
__version__ = '0.3.2a0'
__version__ = '0.3.2'

0 comments on commit e9693ae

Please sign in to comment.