Skip to content

Commit

Permalink
bump to release version (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehesiod authored Mar 7, 2017
1 parent 4affcad commit 615b17a
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.2.2 (YYYY-MM-DD)
0.2.2 (2017-03-07)
^^^^^^^^^^^^^^^^^^
* set aiobotocore.__all__ for * imports #121 (thanks @graingert)
* fix ETag in head_object response #132
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.2.2a0'
__version__ = '0.2.2'

0 comments on commit 615b17a

Please sign in to comment.