Skip to content

Commit 2c05675

Browse files
authored
Prepare version 5.0.9 (#248)
1 parent 87c6894 commit 2c05675

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 5.0.9 (Sep 15, 2022)
4+
5+
- Remove unncessary `package_data` from setup.py (#243)
6+
- Use a custom logger when logging exceptions, not root
7+
38
## 5.0.8 (Aug 16, 2022)
49

510
- Use importlib.resources instead of pkg_resources.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
zip_safe=False,
3838
packages=["jsonrpcserver"],
3939
url="https://github.com/explodinglabs/jsonrpcserver",
40-
version="5.0.8",
40+
version="5.0.9",
4141
)

0 commit comments

Comments
 (0)