Skip to content

Commit

Permalink
Prepare version 4.0.0 stable (#194)
Browse files Browse the repository at this point in the history
* Prepare version 4.0.0 stable

* Adjust readme

* Adjust readme
  • Loading branch information
bcb committed Sep 1, 2021
1 parent a5e3b9c commit 8d871a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
18 changes: 7 additions & 11 deletions README.md
@@ -1,13 +1,9 @@
> This master branch is for the upcoming version 4, [currently in 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 for v4](https://www.jsonrpcclient.com/en/latest/). For the
> stable release, jump to the [3.x
> September 1, 2021: Version 4 has been released. Read about the [changes in
> version 4](https://composed.blog/jsonrpcclient-4-changes), or read the [full
> documentation for version 4](https://www.jsonrpcclient.com/).
> For earlier versions 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.
> [documentation for version 3](https://www.jsonrpcclient.com/en/3.3.6/).
<img
alt="jsonrpcclient"
Expand All @@ -23,7 +19,7 @@ Generate JSON-RPC requests and parse responses in Python.
![Coverage Status](https://coveralls.io/repos/github/explodinglabs/jsonrpcclient/badge.svg?branch=master)

```sh
pip install --pre jsonrpcclient
pip install jsonrpcclient
```

```python
Expand All @@ -34,6 +30,6 @@ pip install --pre jsonrpcclient
Ok(result='pong', id=1)
```

Full documentation is at [jsonrpcclient.com](https://www.jsonrpcclient.com/en/latest/).
Full documentation is at [jsonrpcclient.com](https://www.jsonrpcclient.com/).

See also: [jsonrpcserver](https://github.com/explodinglabs/jsonrpcserver)
8 changes: 4 additions & 4 deletions docs/index.md
@@ -1,16 +1,16 @@
```{warning}
You're reading the docs for the upcoming version 4. Use the sidebar to switch
to another version.
This is the documentation for version 4, released September 1, 2021. [Read
about the changes in version 4.](https://composed.blog/jsonrpcclient-4-changes)
```

# Welcome to jsonrpcclient's documentation!

![jsonrpcclient](/logo.png)

Generate JSON-RPC requests and parse responses.
Generate JSON-RPC requests and parse responses in Python.

```sh
pip install "jsonrpcclient<5"
pip install jsonrpcclient
```

```{toctree}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,5 +27,5 @@
zip_safe=False,
packages=["jsonrpcclient"],
url="https://github.com/explodinglabs/jsonrpcclient",
version="4.0.0-rc2",
version="4.0.0",
)

0 comments on commit 8d871a0

Please sign in to comment.