-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mod] update version number to 0.2.0
- Loading branch information
1 parent
1106901
commit 2ce033e
Showing
3 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# 0.2.0 | ||
|
||
## Gateway | ||
|
||
1. Update vnpy_mt5 gateway module | ||
2. Update vnpy_okx gateway module | ||
3. Update vnpy_bybit gateway module | ||
|
||
## Framwork | ||
|
||
1. Add new OTC exchange enum | ||
2. Only support English language for i18n | ||
3. Fix bugs related to qfluentwidgets | ||
|
||
# 0.1.0 | ||
|
||
1. The first release of VeighNa Evo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ | |
os.environ["LANG"] = "en" # Only support English | ||
|
||
|
||
__version__ = "0.1.0" | ||
__version__ = "0.2.0" |