Skip to content

Commit

Permalink
Prepare 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Nov 4, 2018
1 parent b94fe4e commit 04bb377
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .session import *
from .util import *

_version = (0, 9, 0)
_version = (0, 9, 1)
_version_str = '.'.join(str(part) for part in _version)

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

.. note:: The aiorpcX API changes regularly and is still unstable

Version 0.9.1 (04 Nov 2018)
---------------------------

* abort sessions which wait too long to send a message

Version 0.9.0 (25 Oct 2018)
---------------------------

Expand Down

0 comments on commit 04bb377

Please sign in to comment.