Skip to content

Commit dfb928d

Browse files
committed
chore: release 0.5.9.7
1 parent b6984a3 commit dfb928d

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

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

7979

8080
### Changelogs
81+
**0.5.9.7**
82+
* Re-gen denoms mainnet
83+
8184
**0.5.9.6**
8285
* Re-gen proto
8386

@@ -109,15 +112,6 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
109112

110113
- Clients using [Custom Network](https://github.com/InjectiveLabs/sdk-python/blob/master/pyinjective/constant.py#L166) must now set grpc_explorer_endpoint during init
111114

112-
**0.5.8.7**
113-
* Add testnet ini metadata
114-
* Fix account pb import
115-
116-
**0.5.8.6**
117-
* Add logic to handle cached sequence in client with gRPC
118-
* Fix get_account with EthAccount type and added cookie support
119-
* Fix sync_timeout_height func with exception handling
120-
* Set explicit version requirements for protobuf and grpcio-tools in pkg
121115

122116
## License
123117

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.9.6"
20+
VERSION = "0.5.9.7"
2121

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

0 commit comments

Comments
 (0)