Skip to content

Commit 09c1675

Browse files
authored
Prepare 5.0.3 (#217)
1 parent a1c12b9 commit 09c1675

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
.tox
77
.travis.yml
88
dist/
9+
design

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.3
4+
5+
- Update readme and documentation.
6+
- Internal function `compose` has been replaced with a better one.
7+
38
## 5.0.2
49

510
Update readme and setup.py, minor adjustments.

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

0 commit comments

Comments
 (0)