Skip to content

Commit 7c537b2

Browse files
author
zaxtyson
committed
fixed domain error
1 parent 09b6ad6 commit 7c537b2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
- API 文档请查看 [wiki](https://github.com/zaxtyson/LanZouCloud-API/wiki) 页面
3333

3434
# 更新日志
35+
## `v2.5.1`
36+
- 修复蓝奏云域名变更导致的链接判断失误的问题[#25](https://github.com/zaxtyson/LanZouCloud-API/pull/25#issue-437387544)
37+
3538
## `v2.5.0`
3639
- 新增函数 `ignore_limits()`, 解除官方限制(默认关闭状态, 不允许上传大文件, 文件格式限制)
3740
- *解除官方限制, 意味着您要承担由此带来的风险*

lanzou/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from lanzou.api.core import LanZouCloud
22

3-
version = '2.5.0'
3+
version = '2.5.1'
44

55
__all__ = ['utils', 'types', 'models', 'LanZouCloud', 'version']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="lanzou-api",
8-
version="2.5.0",
8+
version="2.5.1",
99
author="zaxtyson",
1010
author_email="zaxtyson@foxmail.com",
1111
description="LanZouCloud API",

0 commit comments

Comments
 (0)