Skip to content

Commit

Permalink
fix: bug #104
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxtyson committed Mar 3, 2024
1 parent 2306f69 commit 3bb917f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@

# 更新日志

## `v2.6.10`

- 修复 `get_dir_list` 缺少 uid 无法使用的问题[#114](https://github.com/zaxtyson/LanZouCloud-API/pull/104)

## `v2.6.9`

- 修复上传成功后文件名不完整问题[#95](https://github.com/zaxtyson/LanZouCloud-API/issues/95)
Expand Down
2 changes: 1 addition & 1 deletion lanzou/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from lanzou.api.core import LanZouCloud

version = '2.6.9'
version = '2.6.10'

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

0 comments on commit 3bb917f

Please sign in to comment.