Skip to content

Commit

Permalink
Prepare 0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Nov 20, 2019
1 parent 1b81d50 commit 12afa6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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.3'
_version_str = '0.18.4'
_version = tuple(int(part) for part in _version_str.split('.'))


Expand Down
1 change: 0 additions & 1 deletion aiorpcx/jsonrpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from numbers import Number

from asyncio import get_event_loop
from aiorpcx import CancelledError
from aiorpcx.util import signature_info


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.4 (20 Nov 2019)
----------------------------

* handle time.time() not making progress. fixing `#26`_ (SomberNight)
* handle SOCKSError in _connect_one (SomberNight)
* add SOCKSRandomAuth: Jeremy Rand

Version 0.18.3 (19 May 2019)
----------------------------

Expand Down

0 comments on commit 12afa6f

Please sign in to comment.