We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46dbc24 commit 5410ce3Copy full SHA for 5410ce3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# jsonrpcserver Change Log
2
3
+## 5.0.7 (Mar 10, 2022)
4
+
5
+- Upgrade to jsonschema 4.
6
7
## 5.0.6 (Jan 14, 2022)
8
9
- Fix reversed Result Either type ([#227](https://github.com/explodinglabs/jsonrpcserver/pull/227)).
setup.py
@@ -38,5 +38,5 @@
38
zip_safe=False,
39
packages=["jsonrpcserver"],
40
url="https://github.com/explodinglabs/jsonrpcserver",
41
- version="5.0.6",
+ version="5.0.7",
42
)
0 commit comments