Skip to content

Commit

Permalink
修复info_filePath v2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Dec 11, 2023
1 parent 98430b7 commit c3267de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 更新日志

## v2.3.7 (2023-12-11)

### 优化

- 修复info_filePath获取错误的bug

## v2.3.6 (2023-12-09)

### 优化
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

version = "2.3.6"
version = "2.3.7"

install_requires = [
"psutil",
Expand Down

0 comments on commit c3267de

Please sign in to comment.