Skip to content

Commit 0b68316

Browse files
authored
Prepare version 5.0.8 (#237)
1 parent f0eb6b1 commit 0b68316

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.8 (Aug 16, 2022)
4+
5+
- Use importlib.resources instead of pkg_resources.
6+
37
## 5.0.7 (Mar 10, 2022)
48

59
- Upgrade to jsonschema 4.

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.7",
41+
version="5.0.8",
4242
)

0 commit comments

Comments
 (0)