File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff 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.1**
82+ * Add skip/limit to BinaryOptionsMarketsRequest
83+
8184** 0.5.9.0**
8285* Re-gen proto
8386* Fix MsgRewardsOptOut
@@ -101,17 +104,6 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
101104* Fix sync_timeout_height func with exception handling
102105* Set explicit version requirements for protobuf and grpcio-tools in pkg
103106
104- ** 0.5.8.5**
105- * Add StreamOrdersHistory
106- * Add more request params in OrdersHistory
107-
108- ** 0.5.8.4**
109- * Adjust block and timeouts to new block time
110- * Set explicit version requirements for protobuf and grpcio-tools in Pipfile
111- * Add order_types as a request param for OrdersHistory
112- * Re-gen proto files
113-
114-
115107## License
116108
117109Copyright © 2021 - 2022 Injective Labs Inc. (https://injectivelabs.org/ )
Original file line number Diff line number Diff line change 17171818AUTHOR = "Injective Labs"
1919REQUIRES_PYTHON = ">=3.7.0"
20- VERSION = "0.5.9.0 "
20+ VERSION = "0.5.9.1 "
2121
2222REQUIRED = [
2323 "protobuf==3.19.1" ,
You can’t perform that action at this time.
0 commit comments