Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emlove committed Dec 11, 2023
1 parent 4dd4958 commit 45b9790
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
jsonrpc-base: a compact JSON-RPC client library interface supporting multiple backends
=======================================================================================================

.. image:: https://travis-ci.org/emlove/jsonrpc-base.svg
:target: https://travis-ci.org/emlove/jsonrpc-base
.. image:: https://github.com/emlove/jsonrpc-base/actions/workflows/main.yml/badge.svg
:target: https://github.com/emlove/jsonrpc-base/actions/workflows/main.yml
.. image:: https://coveralls.io/repos/emlove/jsonrpc-base/badge.svg
:target: https://coveralls.io/r/emlove/jsonrpc-base

Expand All @@ -26,6 +26,10 @@ Install the Python tox package and run ``tox``, it'll test this package with var

Changelog
---------
2.2.0 (2023-12-11)
~~~~~~~~~~~~~~~~~~
- Omit params attribute when empty `(#9) <https://github.com/emlove/jsonrpc-base/pull/9>`_ `@Makman2 <https://github.com/Makman2>`_

2.1.1 (2022-05-03)
~~~~~~~~~~~~~~~~~~
- Unpin test dependencies
Expand All @@ -45,7 +49,7 @@ Changelog

1.0.3 (2019-11-12)
~~~~~~~~~~~~~~~~~~
- Forwards compatibility for Python 3.9. `(#4) <https://github.com/emlove/jsonrpc-base/pull/4>`_ `@ a1fred <https://github.com/a1fred>`_
- Forwards compatibility for Python 3.9. `(#4) <https://github.com/emlove/jsonrpc-base/pull/4>`_ `@a1fred <https://github.com/a1fred>`_

1.0.2 (2018-08-23)
~~~~~~~~~~~~~~~~~~
Expand Down
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='jsonrpc-base',
version='2.1.1',
version='2.2.0',
author='Emily Love Mills',
author_email='emily@emlove.me',
packages=('jsonrpc_base',),
Expand Down

0 comments on commit 45b9790

Please sign in to comment.