From 1283f7ec1d33d15df6ad128585fb356f052e9278 Mon Sep 17 00:00:00 2001 From: jubaoliang Date: Thu, 13 Aug 2026 12:10:31 +0000 Subject: [PATCH] chore: release 0.9.23 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- pyproject.toml | 2 +- src/octop/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7159128c..eacf11a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ ## [Unreleased] +## [0.9.23] - 2026-08-13 + +### 修复 +- 取消首次引导时删除 `octop-login.txt` 引导密码文件的逻辑,避免引导密码意外丢失 +- 修复安装脚本版本显示问题,并将安装输出调整为英文 + ## [0.9.22] - 2026-08-11 ### 新增 diff --git a/README.md b/README.md index 5d13679d..38595c30 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

Python 3.12+ License: MIT - Version + Version PyPI Code Style: Ruff GitHub stars diff --git a/pyproject.toml b/pyproject.toml index 740fd4dd..e1d46b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "octop" -version = "0.9.22" +version = "0.9.23" description = "Smarter self-hosted AI assistant for multiple users and agents, built on harness-agent" readme = "README.md" license = { text = "MIT" } diff --git a/src/octop/__init__.py b/src/octop/__init__.py index cfe39def..a1da1a61 100644 --- a/src/octop/__init__.py +++ b/src/octop/__init__.py @@ -2,4 +2,4 @@ from __future__ import annotations -__version__ = "0.9.22" +__version__ = "0.9.23"