Skip to content

Commit

Permalink
release with waiter support (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehesiod authored Apr 18, 2017
1 parent 5d6d6fb commit d1cf889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changes
-------
0.3.1 (YYYY-MM-DD)
0.3.1 (2017-04-18)
^^^^^^^^^^^^^^^^^^
* Fixed Waiter support

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.1a0'
__version__ = '0.3.1'

0 comments on commit d1cf889

Please sign in to comment.