Skip to content

Commit

Permalink
Prepare 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed May 13, 2019
1 parent 2d7fc20 commit c9a0a37
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -8,7 +8,7 @@
from .websocket import *


_version_str = '0.18.0'
_version_str = '0.18.1'
_version = tuple(int(part) for part in _version_str.split('.'))


Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ ChangeLog
for a 1.0 release in the coming months.


Version 0.18.1 (09 May 2019)
----------------------------

* convert incoming websocket text frames to binary. Convert outgoing messages to text
frames if possible.


Version 0.18.0 (09 May 2019)
----------------------------

Expand Down

0 comments on commit c9a0a37

Please sign in to comment.