From 84d6944694848c464010a0b5b2ea2abe98243159 Mon Sep 17 00:00:00 2001 From: breadum Date: Tue, 22 Oct 2024 01:46:49 +0900 Subject: [PATCH] =?UTF-8?q?2025=20=EC=88=98=EB=8A=A5=20=EC=9D=BC=EC=9E=90?= =?UTF-8?q?=20=EB=B0=98=EC=98=81.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiwoom/config/history.py | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kiwoom/config/history.py b/kiwoom/config/history.py index 50d2c43..d9e0708 100644 --- a/kiwoom/config/history.py +++ b/kiwoom/config/history.py @@ -64,7 +64,8 @@ '20201203': 1, # 수능일 1시간 지연 '20211118': 1, # 수능일 1시간 지연 '20221117': 1, # 수능일 1시간 지연 - '20231116': 1 # 수능일 1시간 지연 + '20231116': 1, # 수능일 1시간 지연 + '20241114': 1, # 수능일 1시간 지연 } diff --git a/setup.py b/setup.py index fa891af..6f18b39 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # Project Information -VERSION = "1.3.4" +VERSION = "1.3.5" DISTNAME = "kiwoom" DESCRIPTION = "Simple Python Wrapper for Kiwoom Open API+" LONG_DESCRIPTION = open("README.md", encoding="utf-8").read()