Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvictor committed Dec 21, 2023
1 parent 37e832d commit e331611
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM python:3.7-slim

RUN pip install shioaji==1.1.13
RUN pip install shioaji==1.2.0
2 changes: 1 addition & 1 deletion Dockerfile-jupyter
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion _version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.13
1.2.0

0 comments on commit e331611

Please sign in to comment.