Skip to content

Commit ceebdb3

Browse files
authored
Prepare 5.0.1 (#213)
1 parent 65b079e commit ceebdb3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# jsonrpcserver Change Log
22

3+
## 5.0.1
4+
5+
Update readme and setup.py, minor adjustments.
6+
37
## 5.0.0
48

59
A complete rebuild, with a few important usage changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
zip_safe=False,
3939
packages=["jsonrpcserver"],
4040
url="https://github.com/explodinglabs/jsonrpcserver",
41-
version="5.0.0",
41+
version="5.0.1",
4242
)

0 commit comments

Comments
 (0)