Skip to content

Commit 8222c62

Browse files
committed
REL: Relase 1.13.0
1 parent e5c0534 commit 8222c62

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2020-01-06 Kirill Pavlov <k@p99.io>
2+
3+
* FIX: positional arguments support for Django backend
4+
15
2019-10-17 Kirill Pavlov <k@p99.io>
26

37
* ADD: python3.8 support

jsonrpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .manager import JSONRPCResponseManager
22
from .dispatcher import Dispatcher
33

4-
__version = (1, 12, 2)
4+
__version = (1, 13, 0)
55

66
__version__ = version = '.'.join(map(str, __version))
77
__project__ = PROJECT = __name__

0 commit comments

Comments
 (0)