Skip to content

Commit

Permalink
[Mod] update version number to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veighna-global committed Apr 13, 2024
1 parent 1106901 commit 2ce033e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<p align="center">
<img src ="https://img.shields.io/badge/version-0.1.0-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/version-0.2.0-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
<img src ="https://img.shields.io/badge/python-3.10|3.11|3.12-blue.svg"/>
<img src ="https://img.shields.io/github/license/veighna-global/vnpy_evo.svg?color=orange"/>
Expand All @@ -32,9 +32,11 @@ VeighNa Evo (vnpy_evo) is the core module for using [VeighNa (vnpy)](https://git

* OKX ([okx](https://www.github.com/veighna-global/vnpy_okx)): Spot/Perpetual/Futures/Option

* Bybit ([bybit](https://www.github.com/veighna-global/vnpy_bybit)): Spot/Perpetual/Futures
* Bybit ([bybit](https://www.github.com/veighna-global/vnpy_bybit)): Spot/Perpetual/Futures/Option

* Deribit ([deribit](https://www.github.com/veighna-global/vnpy_deribit)): Perpetual/Futures/Option
* Forex Market

* MT5 ([mt5](https://www.github.com/veighna-global/vnpy_mt5)): Forex/Gold/Commodity/Crypto

* Special Applications

Expand Down
2 changes: 1 addition & 1 deletion vnpy_evo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
os.environ["LANG"] = "en" # Only support English


__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 2ce033e

Please sign in to comment.