From e331611d1aeb03d74f0be56f51f0b133ce1c73b4 Mon Sep 17 00:00:00 2001 From: yvictor Date: Thu, 21 Dec 2023 07:25:54 +0000 Subject: [PATCH] 1.2.0 --- Dockerfile | 2 +- Dockerfile-jupyter | 2 +- _version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f3a518c..b23192c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM python:3.7-slim -RUN pip install shioaji==1.1.13 +RUN pip install shioaji==1.2.0 diff --git a/Dockerfile-jupyter b/Dockerfile-jupyter index 96c9030..5ee27c9 100644 --- a/Dockerfile-jupyter +++ b/Dockerfile-jupyter @@ -1,6 +1,6 @@ FROM jupyter/datascience-notebook:python-3.8.5 -RUN pip install shioaji==1.1.13 +RUN pip install shioaji==1.2.0 WORKDIR /home/work RUN wget https://raw.githubusercontent.com/Sinotrade/Sinotrade.github.io/master/tutorial/shioaji_tutorial.ipynb EXPOSE 8888 diff --git a/_version b/_version index 9ea63db..26aaba0 100644 --- a/_version +++ b/_version @@ -1 +1 @@ -1.1.13 +1.2.0