Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emlove committed Nov 12, 2019
1 parent 95d5340 commit 7d81002
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.rst
Expand Up @@ -133,16 +133,20 @@ Install the Python tox package and run ``tox``, it'll test this package with var

Changelog
---------
1.0.2 (November 12, 2019)
~~~~~~~~~~~~~~~~~~~~~~~~~
- Bumped jsonrpc-base to version 1.0.3

1.0.1 (August 23, 2018)
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~
- Bumped jsonrpc-base to version 1.0.2

1.0.0 (July 6, 2018)
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~
- Bumped jsonrpc-base to version 1.0.1

0.6 (March 11, 2018)
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~
- Minimum required version of aiohttp is now 3.0.
- Support for Python 3.4 is now dropped.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name='jsonrpc-websocket',
version='1.0.1',
version='1.0.2',
author='Adam Mills',
author_email='adam@armills.info',
packages=('jsonrpc_websocket',),
Expand Down

0 comments on commit 7d81002

Please sign in to comment.