Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prepare 4.0.0-rc1
  • Loading branch information
bcb committed Aug 31, 2021
commit a873e575c1d6e5070aaa9d74d5d423eec2261c3a
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# jsonrpcclient Change Log

## 4.0.0 (1 Sep, 2021)

Complete rewrite and the usage has completely changed. Read about the changes
at https://composed.blog/jsonrpcclient-4-changes or read the full documentation
at https://www.jsonrpcclient.com/en/stable/

## 3.3.6 (21 Apr, 2020)

- Add py.typed for PEP-561 compliance (#143)
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
> :warning: This master branch is for the upcoming version 4, currently [in
> beta](https://github.com/explodinglabs/jsonrpcclient/discussions/176). Read
> about the [changes in version
> release
> candidate](https://github.com/explodinglabs/jsonrpcclient/discussions/176).
> Read about the [changes in version
> 4](https://composed.blog/jsonrpcclient-4-changes), or read the [full
> documentation](https://www.jsonrpcclient.com/en/latest/).
> For the stable release, jump to the [3.x
> branch](https://github.com/explodinglabs/jsonrpcclient/tree/3.x) and read the
> [full documentation for version 3](https://www.jsonrpcserver.com/en/3.5.6/).
> Also, please pin your dependency to "jsonrpcclient<4" until you're ready to
> upgrade to v4.
> documentation for v4](https://www.jsonrpcclient.com/en/latest/). For the
> stable release, jump to the [3.x
> branch](https://github.com/explodinglabs/jsonrpcclient/tree/3.x) or read the
> [full documentation for v3](https://www.jsonrpcserver.com/en/3.5.6/). Also,
> please pin your dependency to "jsonrpcclient<4" until you're ready to upgrade
> to v4.

<img
alt="jsonrpcclient"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
zip_safe=False,
packages=["jsonrpcclient"],
url="https://github.com/explodinglabs/jsonrpcclient",
version="4.0.0-b2",
version="4.0.0-rc1",
)