Skip to content

Commit

Permalink
增加3.9.8.15版本支持
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Nov 8, 2023
1 parent 4c0fd36 commit eead337
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<details>
<summary><strong>更新日志(点击展开):</strong></summary>


* 2023.11.08 增加3.9.8.15版本支持
* 2023.10.31 修复3.9.2.*版本无法正常运行
* 2023.10.28 添加自动发布到pypi的github action
* 2023.10.28 修复3.9.5.91版本的偏移
Expand Down
8 changes: 8 additions & 0 deletions pywxdump/version_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,13 @@
0,
63488256,
63488352
],
"3.9.8.15": [
64996632,
64997968,
64996440,
0,
64997904,
65011632
]
}
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.1.11"
version = "2.1.12"
setup(
name="pywxdump",
author="xaoyaoo",
Expand Down

0 comments on commit eead337

Please sign in to comment.