From bda368c4889d6672d031269a4e3d54cc81795ab9 Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 16 Jul 2023 23:32:28 +0800 Subject: [PATCH] Bump to v39.0.2 --- README.MD | 7 +++++-- WeChatFerry/spy/spy.aps | Bin 2612 -> 2612 bytes WeChatFerry/spy/spy.rc | 4 ++-- clients/http/setup.py | 2 +- clients/http/wcfhttp/core.py | 2 +- clients/python/README.MD | 2 +- clients/python/wcferry/client.py | 2 +- 7 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.MD b/README.MD index 5a6700a..17c6b97 100644 --- a/README.MD +++ b/README.MD @@ -183,8 +183,8 @@ Rust 客户端。 ## 版本更新 -### v39.0.1 (2023.07.16) -* 获取朋友圈消息 +### v39.0.2 (2023.07.16) +* 修复朋友圈消息 `is_group` 为 `True` 问题
点击查看更多 @@ -196,6 +196,9 @@ Rust 客户端。 * `y` 是 `WeChatFerry` 的版本,从 0 开始 * `z` 是各客户端的版本,从 0 开始 +### v39.0.1 (2023.07.16) +* 获取朋友圈消息 + ### v39.0.0 (2023.07.14) 升级到 `3.9.2.23`。 diff --git a/WeChatFerry/spy/spy.aps b/WeChatFerry/spy/spy.aps index 9d97a0307a5df0480afffaa13fb4ee63d5049329..3c8ea0e12e229634bc1746f7c10e870406ca90c6 100644 GIT binary patch delta 21 ccmdlYvPEPA8yh3jW_C7aMn=39.0.1.0", + "wcferry>=39.0.2.0", ], classifiers=[ "Environment :: Win32 (MS Windows)", diff --git a/clients/http/wcfhttp/core.py b/clients/http/wcfhttp/core.py index ea4e982..ec95b60 100644 --- a/clients/http/wcfhttp/core.py +++ b/clients/http/wcfhttp/core.py @@ -12,7 +12,7 @@ from fastapi import Body, Query, FastAPI from pydantic import BaseModel from wcferry import Wcf, WxMsg -__version__ = "39.0.1.0" +__version__ = "39.0.2.0" class Msg(BaseModel): diff --git a/clients/python/README.MD b/clients/python/README.MD index 4150fe1..9e5b875 100644 --- a/clients/python/README.MD +++ b/clients/python/README.MD @@ -128,7 +128,7 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc ## 版本更新 -### 39.0.1.0 (2023.07.16) +### 39.0.2.0 (2023.07.16) * 获取朋友圈消息
点击查看更多 diff --git a/clients/python/wcferry/client.py b/clients/python/wcferry/client.py index 430eb1b..856c3ea 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.0.1.0" +__version__ = "39.0.2.0" import atexit import base64