We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a9a33 commit 9af635eCopy full SHA for 9af635e
README.md
@@ -87,6 +87,9 @@ make tests
87
```
88
89
### Changelogs
90
+**0.6.5**
91
+* Removed `k8s` from the list of supported mainnet nodes (`lb` should be used instead)
92
+
93
**0.6.4**
94
* Change logging logic to use different loggers for each module and class
95
* Solved issue preventing requesting spot and derivative historical orders for more than one market_id
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "[email protected]"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7, <3.11"
20
-VERSION = "0.6.4"
+VERSION = "0.6.5"
21
22
REQUIRED = [
23
"protobuf",
0 commit comments