Skip to content

Commit

Permalink
0.5.2 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
argaen committed May 28, 2017
1 parent cd902d6 commit 1d4818f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
=======

0.5.2 (2017-05-27)
------------------

- Fix issue with pool concurrency and task cancellation

0.5.1 (2017-03-08)
------------------

Expand Down
2 changes: 1 addition & 1 deletion aiomcache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

__all__ = ('Client', 'ClientException', 'ValidationException')

__version__ = '0.5.1'
__version__ = '0.5.2'

0 comments on commit 1d4818f

Please sign in to comment.