From 189cf733cea819a9232117c0ecc3f3a50113aa7a Mon Sep 17 00:00:00 2001 From: NoahLan <6995syu@163.com> Date: Sun, 17 May 2026 13:46:57 +0800 Subject: [PATCH] chore: release v0.2.5 --- 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 7479afb..e58f0c4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ iticli install ```toml dependencies = [ - "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.4", + "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.5", ] ``` @@ -107,14 +107,14 @@ iticli help ```bash iticli release -iticli release v0.2.4 +iticli release v0.2.5 ``` Windows: ```bat iticli release -iticli release v0.2.4 +iticli release v0.2.5 ``` ## 文档 diff --git a/copier-template/pyproject.toml.jinja b/copier-template/pyproject.toml.jinja index 96372f2..54c0f42 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.4" +version = "0.2.5" description = "{{ project_name }}" readme = "README.md" requires-python = ">=3.11" diff --git a/copier.yml b/copier.yml index afea99b..7cfdc47 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.4 + default: v0.2.5 include_system: type: bool @@ -41,4 +41,4 @@ system_git: system_tag: type: str help: iTi-System Git tag - default: v0.2.4 + default: v0.2.5 diff --git a/iti/__about__.py b/iti/__about__.py index 60c656e..9c3cce5 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.4" +__version__ = "0.2.5"