chore(python): bump to v39.4.3.0
This commit is contained in:
parent
47de98ab38
commit
915cd6fd38
5
clients/python/README.MD
vendored
5
clients/python/README.MD
vendored
@ -44,8 +44,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
|
||||
|
||||
## 版本更新
|
||||
|
||||
### v39.4.2.1
|
||||
* 实现视频下载方法
|
||||
### v39.4.3.0
|
||||
* 实现通过好友申请功能
|
||||
|
||||
<details><summary>点击查看更多</summary>
|
||||
|
||||
@ -79,6 +79,7 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
|
||||
* 获取朋友圈消息
|
||||
* 下载图片
|
||||
* 解密图片
|
||||
* 通过好友申请
|
||||
* 添加群成员
|
||||
* 删除群成员
|
||||
* 邀请群成员
|
||||
|
2
clients/python/wcferry/client.py
vendored
2
clients/python/wcferry/client.py
vendored
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = "39.4.2.2"
|
||||
__version__ = "39.4.3.0"
|
||||
|
||||
import atexit
|
||||
import base64
|
||||
|
Loading…
Reference in New Issue
Block a user