From eead3374ace4e8131b8f56689bf84a982543fa93 Mon Sep 17 00:00:00 2001 From: xaoyo Date: Wed, 8 Nov 2023 19:56:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A03.9.8.15=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ pywxdump/version_list.json | 8 ++++++++ setup.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6bbd1b..a7ed56a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@
更新日志(点击展开): + +* 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版本的偏移 diff --git a/pywxdump/version_list.json b/pywxdump/version_list.json index 329d7ad..a9c5fbf 100644 --- a/pywxdump/version_list.json +++ b/pywxdump/version_list.json @@ -374,5 +374,13 @@ 0, 63488256, 63488352 + ], + "3.9.8.15": [ + 64996632, + 64997968, + 64996440, + 0, + 64997904, + 65011632 ] } \ No newline at end of file diff --git a/setup.py b/setup.py index defcc61..86bd031 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages 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",