There was an error while loading. Please reload this page.
1 parent a1c12b9 commit 09c1675Copy full SHA for 09c1675
.gitignore
@@ -6,3 +6,4 @@
6
.tox
7
.travis.yml
8
dist/
9
+design
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# jsonrpcserver Change Log
2
3
+## 5.0.3
4
+
5
+- Update readme and documentation.
+- Internal function `compose` has been replaced with a better one.
## 5.0.2
10
Update readme and setup.py, minor adjustments.
setup.py
@@ -38,5 +38,5 @@
38
zip_safe=False,
39
packages=["jsonrpcserver"],
40
url="https://github.com/explodinglabs/jsonrpcserver",
41
- version="5.0.2",
+ version="5.0.3",
42
)
0 commit comments