Skip to content

Commit

Permalink
chore: release 0.5.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-kal committed Oct 11, 2022
1 parent c0174c4 commit 9db6f7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas


### Changelogs
**0.5.8.5**
* Add StreamOrdersHistory
* Add more request params in OrdersHistory

**0.5.8.4**
* Adjust block and timeouts to new block time
* Set explicit version for protobuf and grpcio-tool dependencies
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
EMAIL = "[email protected]"
AUTHOR = "Injective Labs"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = "0.5.8.4"
VERSION = "0.5.8.5"

REQUIRED = [
"grpcio",
Expand Down

0 comments on commit 9db6f7b

Please sign in to comment.