v39.2.3.1
This commit is contained in:
parent
1c376c0357
commit
62a8be83fc
4
clients/python/README.MD
vendored
4
clients/python/README.MD
vendored
@ -44,8 +44,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
|
||||
|
||||
## 版本更新
|
||||
|
||||
### v39.2.3.0 (2024.07.04)
|
||||
* 实现发送 GIF
|
||||
### v39.2.3.1 (2024.07.08)
|
||||
* 添加 x32/x64 检测防止崩溃
|
||||
|
||||
<details><summary>点击查看更多</summary>
|
||||
|
||||
|
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.2.3.0"
|
||||
__version__ = "39.2.3.1"
|
||||
|
||||
import atexit
|
||||
import base64
|
||||
|
Loading…
Reference in New Issue
Block a user