Bump to v39.0.3

This commit is contained in:
Changhua
2023-09-28 08:51:20 +08:00
parent dbc6ce058c
commit 31fc762c17
4 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ setup(
"setuptools", "setuptools",
"fastapi", "fastapi",
"uvicorn[standard]", "uvicorn[standard]",
"wcferry>=39.0.2.2", "wcferry>=39.0.3.0",
], ],
classifiers=[ classifiers=[
"Environment :: Win32 (MS Windows)", "Environment :: Win32 (MS Windows)",
+1 -1
View File
@@ -12,7 +12,7 @@ from fastapi import Body, FastAPI, Query
from pydantic import BaseModel from pydantic import BaseModel
from wcferry import Wcf, WxMsg from wcferry import Wcf, WxMsg
__version__ = "39.0.2.3" __version__ = "39.0.3.0"
class Msg(BaseModel): class Msg(BaseModel):
+2 -9
View File
@@ -137,18 +137,11 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
``` ```
## 版本更新 ## 版本更新
### 39.0.2.2 (2023.09.25) ### 39.0.3.0 (2023.09.28)
* 获取群成员 * 修复登录账号昵称超长报错问题
* 获取群成员名片
<details><summary>点击查看更多</summary> <details><summary>点击查看更多</summary>
### 39.0.2.1 (2023.08.01)
* 发送文件支持网络路径
### 39.0.2.0 (2023.07.16)
* 获取朋友圈消息
版本号:`w.x.y.z` 版本号:`w.x.y.z`
其中: 其中:
+1 -1
View File
@@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "39.0.2.2" __version__ = "39.0.3.0"
import atexit import atexit
import base64 import base64