Skip to content

Commit

Permalink
Prepare 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Aug 5, 2018
1 parent 93d9305 commit dc2169d
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 @@ -5,7 +5,7 @@
from .session import *
from .util import *

_version = (0, 6, 1)
_version = (0, 6, 2)
_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 @@ -4,6 +4,11 @@ ChangeLog
.. note:: The aiorpcX API changed quite a bit for version 0.6 and
is still unstable

Version 0.6.2 (06 Aug 2018)
---------------------------

* Fix a couple of issues shown up by use in ElectrumX; add testcases

Version 0.6.0 (04 Aug 2018)
---------------------------

Expand Down

0 comments on commit dc2169d

Please sign in to comment.