Skip to content

Commit

Permalink
bump to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Dec 6, 2017
1 parent ab7a3db commit eea732c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changes
-------
0.5.3 (YYYY-MM-DD)
^^^^^^^^^^^^^^^^^^

0.5.2 (2017-12-06)
^^^^^^^^^^^^^^^^^^
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.5.2'
__version__ = '0.5.3a0'

0 comments on commit eea732c

Please sign in to comment.