Skip to content

Commit

Permalink
Prepare 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Jul 28, 2018
1 parent b862075 commit 7c17789
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aiorpcx/__init__.py
Expand Up @@ -6,7 +6,7 @@
from .session import *
from .util import *

_version = (0, 5, 7)
_version = (0, 5, 8)
_version_str = '.'.join(str(part) for part in _version)

__all__ = (curio.__all__ +
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Expand Up @@ -3,6 +3,11 @@ ChangeLog

.. note:: The aiorpcX API will change quite a bit for version 0.6

Version 0.5.8 (28 Jul 2018)
---------------------------

* Fix __str__ in TaskGroupError

Version 0.5.7 (27 Jul 2018)
---------------------------

Expand Down

0 comments on commit 7c17789

Please sign in to comment.