Skip to content

Commit 73022ef

Browse files
committed
fix #95
1 parent 2bb5bd9 commit 73022ef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434

3535
# 更新日志
3636

37+
## `v2.6.9`
38+
39+
- 修复上传成功后文件名不完整问题[#95](https://github.com/zaxtyson/LanZouCloud-API/issues/95)
40+
3741
## `v2.6.8`
3842

3943
- 修复分享链接带有 `webpage` 参数时无法下载的问题[#81](https://github.com/zaxtyson/LanZouCloud-API/issues/81)

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.6.8'
3+
version = '2.6.9'
44

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

0 commit comments

Comments
 (0)