Skip to content

Commit 8da99cd

Browse files
authored
Prepare version 5.0.4 (#218)
1 parent 730211f commit 8da99cd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
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

1418
A complete rebuild, with a few important usage changes.
1519

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""setup.py"""
2-
from setuptools import setup # type: ignore
2+
from setuptools import setup
33

44
with open("README.md") as f:
55
README = f.read()
@@ -38,5 +38,5 @@
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
)

0 commit comments

Comments
 (0)