File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# jsonrpcserver Change Log
22
3+ ## 5.0.4 (Oct 27, 2021)
4+
5+ - Add to FAQ.
6+
37## 5.0.3
48
59- Update readme and documentation.
610- Internal function ` compose ` has been replaced with a better one.
711
812## 5.0.2
913
10- Update readme and setup.py, minor adjustments.
14+ - Update readme and setup.py, minor adjustments.
1115
12- ## 5.0.0
16+ ## 5.0.0 (Aug 16, 2021)
1317
1418A complete rebuild, with a few important usage changes.
1519
Original file line number Diff line number Diff line change 11"""setup.py"""
2- from setuptools import setup # type: ignore
2+ from setuptools import setup
33
44with open ("README.md" ) as f :
55 README = f .read ()
3838 zip_safe = False ,
3939 packages = ["jsonrpcserver" ],
4040 url = "https://github.com/explodinglabs/jsonrpcserver" ,
41- version = "5.0.3 " ,
41+ version = "5.0.4 " ,
4242)
You can’t perform that action at this time.
0 commit comments