We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bee77e commit 77ccdedCopy full SHA for 77ccded
changelog
@@ -1,3 +1,7 @@
1
+2019-10-17 Kirill Pavlov <k@p99.io>
2
+
3
+ * ADD: python3.8 support
4
5
2019-01-12 Kirill Pavlov <k@p99.io>
6
7
* ADD: Ability to override function name with decorator convention in
jsonrpc/__init__.py
@@ -1,7 +1,7 @@
from .manager import JSONRPCResponseManager
from .dispatcher import Dispatcher
-__version = (1, 12, 1)
+__version = (1, 12, 2)
__version__ = version = '.'.join(map(str, __version))
__project__ = PROJECT = __name__
0 commit comments