Skip to content

Commit

Permalink
Merge pull request #161 from InjectiveLabs/f/release_0.5.8.7
Browse files Browse the repository at this point in the history
chore: release 0.5.8.7
  • Loading branch information
achilleas-kal committed Oct 20, 2022
2 parents 28b399a + 79d95a3 commit 6eebba0
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.7**
* Add testnet ini metadata
* Fix account pb import

**0.5.8.6**
* Add logic to handle cached sequence in client with gRPC
* Fix get_account with EthAccount type and added cookie support
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.6"
VERSION = "0.5.8.7"

REQUIRED = [
"protobuf==3.19.1",
Expand Down

0 comments on commit 6eebba0

Please sign in to comment.