Skip to content

Commit

Permalink
Version update to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
breadum committed Mar 6, 2021
1 parent 13da67f commit a51722e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ Release History of Distribution
1.1.6 Change column name from '현재가' to '체결가' for 'tick' and reorder columns for other periods
1.1.7 Minor bug fix on Bot.histories() and Server.history()
1.1.8 Change behavior for history.is_sector()
1.1.9 Change some conditions related to history
1.1.9 Change some conditions related to history
1.2.0 Display accumulated number of downloaded stocks in Bot.histories()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Project Information
VERSION = "1.1.9"
VERSION = "1.2.0"
DISTNAME = "kiwoom"
DESCRIPTION = "Simple Python Wrapper for Kiwoom Open API+"
LONG_DESCRIPTION = open("README.md", encoding="utf-8").read()
Expand Down

0 comments on commit a51722e

Please sign in to comment.