diff --git a/README.rst b/README.rst index 3a492f6..c8fc0a0 100644 --- a/README.rst +++ b/README.rst @@ -99,6 +99,10 @@ Install the Python tox package and run ``tox``, it'll test this package with var Changelog --------- +1.1.0 (September 4, 2018) +~~~~~~~~~~~~~~ +- Added support for using a custom json.loads method `(#1) `_ `@tdivis `_ + 1.0.1 (August 23, 2018) ~~~~~~~~~~~~~~ - Bumped jsonrpc-base to version 1.0.2 diff --git a/setup.py b/setup.py index 5248963..b3dace2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='jsonrpc-async', - version='1.0.1', + version='1.1.0', author='Adam Mills', author_email='adam@armills.info', packages=('jsonrpc_async',),