Skip to content

Commit

Permalink
Update for version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bcb committed Oct 20, 2018
1 parent de96dac commit 986a882
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# jsonrpcclient Change Log

## 3.2.2 (20 Oct, 2018)

- Fix basic_logging option which was adding too many log handlers.

## 3.2.1 (6 Oct, 2018)

- Pass response_expected to send_message. Lets clients know if a response is
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
package_data={"jsonrpcclient": ["response-schema.json"]},
packages=["jsonrpcclient", "jsonrpcclient.clients"],
url="https://github.com/bcb/jsonrpcclient",
version="3.2.1",
version="3.2.2",
)

0 comments on commit 986a882

Please sign in to comment.