We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10f624 commit bc2de19Copy full SHA for bc2de19
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.7.3 - 2022-10-31
4
+
5
+### Updated
6
7
+- `BaiduPCSApi.list` 支持 `recursive` 参数,递归遍历目录。
8
9
## v0.7.2 - 2022-10-31
10
11
### Added
baidupcs_py/__init__.py
@@ -1,3 +1,3 @@
from baidupcs_py.baidupcs import BaiduPCS, BaiduPCSApi
-__version__ = "0.7.2"
+__version__ = "0.7.3"
pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "BaiduPCS-Py"
homepage = "https://github.com/PeterDing/BaiduPCS-Py"
-version = "0.7.2"
+version = "0.7.3"
description = "Baidu Pcs Api and App"
authors = ["PeterDing <dfhayst@gmail.com>"]
license = "MIT"
0 commit comments