Skip to content

Commit 6eebba0

Browse files
Merge pull request #161 from InjectiveLabs/f/release_0.5.8.7
chore: release 0.5.8.7
2 parents 28b399a + 79d95a3 commit 6eebba0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
7878

7979

8080
### Changelogs
81+
**0.5.8.7**
82+
* Add testnet ini metadata
83+
* Fix account pb import
84+
8185
**0.5.8.6**
8286
* Add logic to handle cached sequence in client with gRPC
8387
* Fix get_account with EthAccount type and added cookie support

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.5.8.6"
20+
VERSION = "0.5.8.7"
2121

2222
REQUIRED = [
2323
"protobuf==3.19.1",

0 commit comments

Comments
 (0)