Skip to content

Commit 7eb278d

Browse files
committed
Version 1.0.1
1 parent 3338194 commit 7eb278d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ Install the Python tox package and run ``tox``, it'll test this package with var
9999

100100
Changelog
101101
---------
102+
1.0.1 (August 23, 2018)
103+
~~~~~~~~~~~~~~
104+
- Bumped jsonrpc-base to version 1.0.2
105+
102106
1.0.0 (July 6, 2018)
103107
~~~~~~~~~~~~~~
104108
- Bumped minimum aiohttp version to 3.0.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='jsonrpc-async',
12-
version='1.0.0',
12+
version='1.0.1',
1313
author='Adam Mills',
1414
author_email='adam@armills.info',
1515
packages=('jsonrpc_async',),

0 commit comments

Comments
 (0)