From cd05c6c92567683f44a249076bcb7577fa3b3a02 Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 17 Nov 2024 15:16:50 +0800 Subject: [PATCH] v39.3.3.1 --- clients/python/README.MD | 6 +++--- clients/python/wcferry/client.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/python/README.MD b/clients/python/README.MD index ced1087..1f4c4b6 100644 --- a/clients/python/README.MD +++ b/clients/python/README.MD @@ -1,7 +1,7 @@ # WeChatFerry Python 客户端 [![PyPi](https://img.shields.io/pypi/v/wcferry.svg)](https://pypi.python.org/pypi/wcferry) [![Downloads](https://static.pepy.tech/badge/wcferry)](https://pypi.python.org/pypi/wcferry) [![Documentation Status](https://readthedocs.org/projects/wechatferry/badge/?version=latest)](https://wechatferry.readthedocs.io/zh/latest/?badge=latest) -|[📖 Python 文档](https://wechatferry.readthedocs.io/)|[📺 Python 视频教程](https://mp.weixin.qq.com/s/APdjGyZ2hllXxyG_sNCfXQ)|[🙋 FAQ](https://mp.weixin.qq.com/s/I6n_6fuQa60CrROWSgq0TA)| +|[📖 Python 文档](https://wechatferry.readthedocs.io/)|[📺 Python 视频教程](https://mp.weixin.qq.com/s/APdjGyZ2hllXxyG_sNCfXQ)|[🙋 FAQ](https://mp.weixin.qq.com/s/YvgFFhF6D-79kXDzRqtg6w)| |:-:|:-:|:-:| 🤖示例机器人框架:[WeChatRobot](https://github.com/lich0821/WeChatRobot)。 @@ -44,8 +44,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc ## 版本更新 -### v39.3.3.0 -* 修复发送图片/文件中文路径问题 +### v39.3.3.1 +* 修复 `send_xml`
点击查看更多 diff --git a/clients/python/wcferry/client.py b/clients/python/wcferry/client.py index 9c8d6ca..65218bc 100644 --- a/clients/python/wcferry/client.py +++ b/clients/python/wcferry/client.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- -__version__ = "39.3.3.0" +__version__ = "39.3.3.1" import atexit import base64