Skip to content

Commit

Permalink
version 1.1.2
Browse files Browse the repository at this point in the history
- Prevent test failures
- decorated rpc_method wrapper is compliant to decorator signature (for sphinx doc)
  • Loading branch information
millerf committed Feb 13, 2017
1 parent 16225fa commit 4c25399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-channels-jsonrpc',
version='1.1.1',
version='1.1.2',
packages=find_packages(),
install_requires=[
'channels',
Expand Down

0 comments on commit 4c25399

Please sign in to comment.