chore(release): 版本号统一升级至 v0.2.2

This commit is contained in:
shy3130
2026-08-30 19:43:52 +08:00
parent a8a6c81fff
commit 80ecb6e409
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
v0.1.88 v0.2.2
+1 -1
View File
@@ -2,7 +2,7 @@
import sys import sys
__version__ = "0.2.1" __version__ = "0.2.2"
# Windows 默认 stdout/stderr 编码为 GBK(cp936),TickFlow SDK 内部输出含 emoji 的 # Windows 默认 stdout/stderr 编码为 GBK(cp936),TickFlow SDK 内部输出含 emoji 的
# 指数/标的名称(如 \U0001f193)时会抛 UnicodeEncodeError,导致请求失败。 # 指数/标的名称(如 \U0001f193)时会抛 UnicodeEncodeError,导致请求失败。
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "tickflow-stock-panel-backend" name = "tickflow-stock-panel-backend"
version = "0.2.1" version = "0.2.2"
description = "A 股选股 + 监控 + 回测面板 — TickFlow 适配" description = "A 股选股 + 监控 + 回测面板 — TickFlow 适配"
requires-python = ">=3.11" requires-python = ">=3.11"
license = { text = "MIT" } license = { text = "MIT" }
+1 -1
View File
@@ -2513,7 +2513,7 @@ all = [
[[package]] [[package]]
name = "tickflow-stock-panel-backend" name = "tickflow-stock-panel-backend"
version = "0.2.1" version = "0.2.2"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "apscheduler" }, { name = "apscheduler" },
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "tickflow-stock-panel-frontend", "name": "tickflow-stock-panel-frontend",
"private": true, "private": true,
"version": "0.2.1", "version": "0.2.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",