We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3920095 commit 09d1e45Copy full SHA for 09d1e45
clients/python/README.MD
@@ -44,8 +44,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
44
45
## 版本更新
46
47
-### v39.5.0.0
48
-* 适配 `3.9.12.51`。
+### v39.5.1.0
+* Bug 修复。
49
50
<details><summary>点击查看更多</summary>
51
clients/python/wcferry/client.py
@@ -1,7 +1,7 @@
1
#! /usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
-__version__ = "39.5.0.0"
+__version__ = "39.5.1.0"
5
6
import atexit
7
import base64
0 commit comments