diff --git a/CURRENT b/CURRENT index 9dd168e..cb05681 100644 --- a/CURRENT +++ b/CURRENT @@ -1,2 +1,2 @@ [current] -tag = 2.6.2 +tag = 2.6.3 diff --git a/RELEASE.md b/RELEASE.md index 8303ce8..ba927d1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # 版本更新记录 -## 2.6.3(dev) +## 2.6.3(2024/06/07) **New 🌟** @@ -10,7 +10,7 @@ - 测试单驱动,手动回填模式报错; - 修改 `Wayland` 下中文写入剪贴版问题,改为使用 `wl-copy` 命令实现; -- 修复远程交互控制测试机注销后 `Dogtail` 服务不响应的问题; +- 修复远程交互控制测试机注销后 RPC 服务不响应的问题; ## 2.6.2(2024/05/29) diff --git a/package.json b/package.json index e75daa1..a585b38 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.6.2", + "version": "2.6.3", "devDependencies": { "busuanzi.pure.js": "^1.0.3", "markdown-it-mathjax3": "^4.3.2", diff --git a/pyproject.toml b/pyproject.toml index 4b892ac..6bb8be7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "youqu" -version = "2.6.2" +version = "2.6.3" authors = [ { name = "mikigo", email = "huangmingqiang@uniontech.com" }, ]