mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 16:44:15 +08:00
fix: bump_version 同步 app/__init__.py 版本号 (health 接口对齐)
bump 脚本之前只更新 pyproject + package.json, 漏改 app/__init__.py, 导致 /health 报的版本号停留在 0.1.31。现在三处版本号源统一更新。
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
"""TickFlow Stock Panel backend."""
|
||||
|
||||
__version__ = "0.1.31"
|
||||
__version__ = "0.1.35"
|
||||
|
||||
Reference in New Issue
Block a user