From ba09d4edf7cfd8c9d2c38fb70ee99c8fd343ef07 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Mon, 9 Mar 2020 10:59:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E4=B8=8A=E4=BC=A0/=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=87=8D=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BiliDriveEx/__init__.py | 2 +- history.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/BiliDriveEx/__init__.py b/BiliDriveEx/__init__.py index 2f1f676..4078a75 100644 --- a/BiliDriveEx/__init__.py +++ b/BiliDriveEx/__init__.py @@ -7,4 +7,4 @@ https://github.com/apachecn/BiliDriveEx""" __author__ = "ApacheCN" __email__ = "apachecn@163.com" __license__ = "SATA" -__version__ = "2020.03.08.1" +__version__ = "2020.03.09" diff --git a/history.md b/history.md index 792a228..9c67fe0 100644 --- a/history.md +++ b/history.md @@ -1,5 +1,9 @@ # 历史记录 +v2020.03.09 + ++ 恢复上传/下载重试 + v2020.03.08 + 引入 Cookie 登录机制 -- GitLab