Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msaltnet committed Aug 21, 2023
1 parent 5542498 commit be65523
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
####
### v1.3.0
Candle Interval을 변경해서 시뮬레이션, 거래 진행 할 수 있도록 구조 개선
- `Config` 모듈을 만들어서 전역적으로 interval 설정 가능하도록 변경
- 5542498c66804aa2f6dba3fa0e6a9002c628b79f
- 7de1ae1452346910819f2a96d4801832f62cea0a
- 40657f816366dd1b98fa3eaa975a813f41c97b40
- c3728b4a2b2e53dbfe0659563333d9bb6837e173
- c64c2215e073283baadbfad7e529c2da5137e9fd
- 6ffcee97f6d3fa13604d037e1da9b4eb9d660ad6
- 031fcdf789f4f4e0a43ec0ff7173772a1476df33

### v1.3.0 (English)
Improve architecture to change candel interval for both simulation and real-trading
- Make `Config` module for global interval setting
- 5542498c66804aa2f6dba3fa0e6a9002c628b79f
- 7de1ae1452346910819f2a96d4801832f62cea0a
- 40657f816366dd1b98fa3eaa975a813f41c97b40
- c3728b4a2b2e53dbfe0659563333d9bb6837e173
- c64c2215e073283baadbfad7e529c2da5137e9fd
- 6ffcee97f6d3fa13604d037e1da9b4eb9d660ad6
- 031fcdf789f4f4e0a43ec0ff7173772a1476df33

---

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
URL = "https://github.com/msaltnet/smtm"
EMAIL = "salt.jeong@gmail.com"
AUTHOR = "msalt"
VERSION = "1.2.0"
VERSION = "1.3.0"

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down
2 changes: 1 addition & 1 deletion smtm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
"TelegramController",
]

__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit be65523

Please sign in to comment.