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 e5c0534 commit 8222c62Copy full SHA for 8222c62
changelog
@@ -1,3 +1,7 @@
1
+2020-01-06 Kirill Pavlov <k@p99.io>
2
+
3
+ * FIX: positional arguments support for Django backend
4
5
2019-10-17 Kirill Pavlov <k@p99.io>
6
7
* ADD: python3.8 support
jsonrpc/__init__.py
@@ -1,7 +1,7 @@
from .manager import JSONRPCResponseManager
from .dispatcher import Dispatcher
-__version = (1, 12, 2)
+__version = (1, 13, 0)
__version__ = version = '.'.join(map(str, __version))
__project__ = PROJECT = __name__
0 commit comments