From 667a71f01a0004ba7eb750e2d5a4431c722bc5f8 Mon Sep 17 00:00:00 2001 From: NoahLan <6995syu@163.com> Date: Sat, 16 May 2026 20:10:31 +0800 Subject: [PATCH] chore: release v0.2.4 --- README.md | 6 +++--- copier-template/pyproject.toml.jinja | 2 +- copier.yml | 4 ++-- iti/__about__.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bc0d4a9..e6d6ec6 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ iti.cmd install ```toml dependencies = [ - "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.3", + "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.4", ] ``` @@ -107,14 +107,14 @@ cd ../my-system-app ```bash ./iti.sh release -./iti.sh release v0.2.2 +./iti.sh release v0.2.4 ``` Windows: ```bat iti.cmd release -iti.cmd release v0.2.2 +iti.cmd release v0.2.4 ``` ## 文档 diff --git a/copier-template/pyproject.toml.jinja b/copier-template/pyproject.toml.jinja index 8670077..789a94f 100644 --- a/copier-template/pyproject.toml.jinja +++ b/copier-template/pyproject.toml.jinja @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "{{ project_slug | replace('_', '-') }}" -version = "0.2.2" +version = "0.2.4" description = "{{ project_name }}" readme = "README.md" requires-python = ">=3.11" diff --git a/copier.yml b/copier.yml index 56fb3d6..dca4663 100644 --- a/copier.yml +++ b/copier.yml @@ -26,7 +26,7 @@ framework_git: framework_tag: type: str help: iTi-Flask Git tag - default: v0.2.3 + default: v0.2.4 include_system: type: bool @@ -41,4 +41,4 @@ system_git: system_tag: type: str help: iTi-System Git tag - default: v0.2.2 + default: v0.2.4 diff --git a/iti/__about__.py b/iti/__about__.py index 6dd3f0b..60c656e 100644 --- a/iti/__about__.py +++ b/iti/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present NoahLan <6995syu@163.com> # # SPDX-License-Identifier: MIT -__version__ = "0.2.3" +__version__ = "0.2.4"