Skip to content

Commit

Permalink
bump ver (#588)
Browse files Browse the repository at this point in the history
* bump next ver
  • Loading branch information
thehesiod authored Jun 1, 2018
1 parent 0307be3 commit 472c072
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changes
-------
0.9.0a0 (XXXX-XX-XX)
^^^^^^^^^^^^^^^^^^^^
0.9.0 (2018-06-01)
^^^^^^^^^^^^^^^^^^
* bump aiohttp to 3.3.x
* remove unneeded set_socket_timeout

0.8.0 (2017-05-07)
0.8.0 (2018-05-07)
^^^^^^^^^^^^^^^^^^
* Fix pagination #573 (thanks @adamrothman)
* Enabled several s3 tests via moto
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.8.1a0'
__version__ = '0.9.0'

0 comments on commit 472c072

Please sign in to comment.