From 80ecb6e409ef4e19a328442653b8b199f629506e Mon Sep 17 00:00:00 2001 From: shy3130 <415333856@qq.com> Date: Sun, 30 Aug 2026 19:43:52 +0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=8D=87=E7=BA=A7=E8=87=B3=20v0.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- backend/app/__init__.py | 2 +- backend/pyproject.toml | 2 +- backend/uv.lock | 2 +- frontend/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index d663ead..f0cfd3b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.88 +v0.2.2 diff --git a/backend/app/__init__.py b/backend/app/__init__.py index d9f1257..b5cb0c0 100644 --- a/backend/app/__init__.py +++ b/backend/app/__init__.py @@ -2,7 +2,7 @@ import sys -__version__ = "0.2.1" +__version__ = "0.2.2" # Windows 默认 stdout/stderr 编码为 GBK(cp936),TickFlow SDK 内部输出含 emoji 的 # 指数/标的名称(如 \U0001f193)时会抛 UnicodeEncodeError,导致请求失败。 diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 6042c2d..a3737bc 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tickflow-stock-panel-backend" -version = "0.2.1" +version = "0.2.2" description = "A 股选股 + 监控 + 回测面板 — TickFlow 适配" requires-python = ">=3.11" license = { text = "MIT" } diff --git a/backend/uv.lock b/backend/uv.lock index de22fd8..941ec69 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -2513,7 +2513,7 @@ all = [ [[package]] name = "tickflow-stock-panel-backend" -version = "0.2.1" +version = "0.2.2" source = { editable = "." } dependencies = [ { name = "apscheduler" }, diff --git a/frontend/package.json b/frontend/package.json index c031875..ad460d1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "tickflow-stock-panel-frontend", "private": true, - "version": "0.2.1", + "version": "0.2.2", "type": "module", "scripts": { "dev": "vite",