Skip to content

Commit 9af635e

Browse files
author
abel
committed
(fix) Change version number and changelog
1 parent 51a9a33 commit 9af635e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ make tests
8787
```
8888

8989
### Changelogs
90+
**0.6.5**
91+
* Removed `k8s` from the list of supported mainnet nodes (`lb` should be used instead)
92+
9093
**0.6.4**
9194
* Change logging logic to use different loggers for each module and class
9295
* Solved issue preventing requesting spot and derivative historical orders for more than one market_id

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, <3.11"
20-
VERSION = "0.6.4"
20+
VERSION = "0.6.5"
2121

2222
REQUIRED = [
2323
"protobuf",

0 commit comments

Comments
 (0)