增加3.9.8.15版本支持
This commit is contained in:
parent
4c0fd36589
commit
eead3374ac
@ -16,6 +16,8 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary><strong>更新日志(点击展开):</strong></summary>
|
<summary><strong>更新日志(点击展开):</strong></summary>
|
||||||
|
|
||||||
|
|
||||||
|
* 2023.11.08 增加3.9.8.15版本支持
|
||||||
* 2023.10.31 修复3.9.2.*版本无法正常运行
|
* 2023.10.31 修复3.9.2.*版本无法正常运行
|
||||||
* 2023.10.28 添加自动发布到pypi的github action
|
* 2023.10.28 添加自动发布到pypi的github action
|
||||||
* 2023.10.28 修复3.9.5.91版本的偏移
|
* 2023.10.28 修复3.9.5.91版本的偏移
|
||||||
|
@ -374,5 +374,13 @@
|
|||||||
0,
|
0,
|
||||||
63488256,
|
63488256,
|
||||||
63488352
|
63488352
|
||||||
|
],
|
||||||
|
"3.9.8.15": [
|
||||||
|
64996632,
|
||||||
|
64997968,
|
||||||
|
64996440,
|
||||||
|
0,
|
||||||
|
64997904,
|
||||||
|
65011632
|
||||||
]
|
]
|
||||||
}
|
}
|
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|||||||
with open("README.md", "r", encoding="utf-8") as fh:
|
with open("README.md", "r", encoding="utf-8") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
version = "2.1.11"
|
version = "2.1.12"
|
||||||
setup(
|
setup(
|
||||||
name="pywxdump",
|
name="pywxdump",
|
||||||
author="xaoyaoo",
|
author="xaoyaoo",
|
||||||
|
Loading…
Reference in New Issue
Block a user