Skip to content

Commit 915cd6f

Browse files
committed
chore(python): bump to v39.4.3.0
1 parent 47de98a commit 915cd6f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

clients/python/README.MD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
4444

4545
## 版本更新
4646

47-
### v39.4.2.1
48-
* 实现视频下载方法
47+
### v39.4.3.0
48+
* 实现通过好友申请功能
4949

5050
<details><summary>点击查看更多</summary>
5151

@@ -79,6 +79,7 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
7979
* 获取朋友圈消息
8080
* 下载图片
8181
* 解密图片
82+
* 通过好友申请
8283
* 添加群成员
8384
* 删除群成员
8485
* 邀请群成员

clients/python/wcferry/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

4-
__version__ = "39.4.2.2"
4+
__version__ = "39.4.3.0"
55

66
import atexit
77
import base64

0 commit comments

Comments
 (0)