Skip to content

Commit 09d1e45

Browse files
committed
chore(python): bump to v39.5.1.0
1 parent 3920095 commit 09d1e45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clients/python/README.MD

Lines changed: 2 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.5.0.0
48-
* 适配 `3.9.12.51`
47+
### v39.5.1.0
48+
* Bug 修复
4949

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

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.5.0.0"
4+
__version__ = "39.5.1.0"
55

66
import atexit
77
import base64

0 commit comments

Comments
 (0)