Bump to v39.3.3.0

This commit is contained in:
Changhua 2024-11-03 19:24:04 +08:00
parent 03a384fbe2
commit b48d55ef1e
2 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
## 版本更新 ## 版本更新
### v39.3.2.0 ### v39.3.3.0
* 适配 `3.9.11.25` * 修复发送图片/文件中文路径问题
<details><summary>点击查看更多</summary> <details><summary>点击查看更多</summary>

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "39.3.2.0" __version__ = "39.3.3.0"
import atexit import atexit
import base64 import base64