From a51722e3c2ab8c3ffc9e84a6b70cc3b271603f81 Mon Sep 17 00:00:00 2001 From: Bread Um Date: Sat, 6 Mar 2021 18:19:04 +0900 Subject: [PATCH] Version update to 1.2.0. --- RELEASE | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index 9a3f719..77fab43 100644 --- a/RELEASE +++ b/RELEASE @@ -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 \ No newline at end of file +1.1.9 Change some conditions related to history +1.2.0 Display accumulated number of downloaded stocks in Bot.histories() diff --git a/setup.py b/setup.py index 505e800..294018d 100644 --- a/setup.py +++ b/setup.py @@ -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()