Skip to content

Commit bc2de19

Browse files
committed
Version 0.7.3
1 parent e10f624 commit bc2de19

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.7.3 - 2022-10-31
4+
5+
### Updated
6+
7+
- `BaiduPCSApi.list` 支持 `recursive` 参数,递归遍历目录。
8+
39
## v0.7.2 - 2022-10-31
410

511
### Added

baidupcs_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from baidupcs_py.baidupcs import BaiduPCS, BaiduPCSApi
22

3-
__version__ = "0.7.2"
3+
__version__ = "0.7.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "BaiduPCS-Py"
33
homepage = "https://github.com/PeterDing/BaiduPCS-Py"
4-
version = "0.7.2"
4+
version = "0.7.3"
55
description = "Baidu Pcs Api and App"
66
authors = ["PeterDing <dfhayst@gmail.com>"]
77
license = "MIT"

0 commit comments

Comments
 (0)