Skip to content

Commit 28390ef

Browse files
committed
Version 0.7.2
1 parent 4ef3d9e commit 28390ef

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v0.7.2 - 2022-10-31
4+
5+
### Added
6+
7+
- `updateuser` 命令支持 更新所有用户信息。
8+
9+
### Updated
10+
11+
- 等上传时用户空间不足时,抛出 `error_code: 31112, 超出配额` 异常。
12+
313
## v0.7.1 - 2022-08-04
414

515
### Fixed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ BaiduPCS-Py updateuser
320320
BaiduPCS-Py updateuser user_id
321321
```
322322

323+
| Option | Description |
324+
| ------ | ---------------- |
325+
| --all | 更新所有用户信息 |
326+
323327
## 显示所有用户
324328

325329
```

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.1"
3+
__version__ = "0.7.2"

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.1"
4+
version = "0.7.2"
55
description = "Baidu Pcs Api and App"
66
authors = ["PeterDing <dfhayst@gmail.com>"]
77
license = "MIT"

0 commit comments

Comments
 (0)