From 3f41f4a2d14b2d611f7cff78b267bea661ccfdad Mon Sep 17 00:00:00 2001 From: NoahLan <6995syu@163.com> Date: Tue, 19 May 2026 03:02:17 +0800 Subject: [PATCH] chore: release v0.3.0 --- 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 e58f0c4..ab03f7e 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.5", + "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.3.0", ] ``` @@ -107,14 +107,14 @@ iticli help ```bash iticli release -iticli release v0.2.5 +iticli release v0.3.0 ``` Windows: ```bat iticli release -iticli release v0.2.5 +iticli release v0.3.0 ``` ## 文档 diff --git a/copier-template/pyproject.toml.jinja b/copier-template/pyproject.toml.jinja index 54c0f42..94ca8c9 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.5" +version = "0.3.0" description = "{{ project_name }}" readme = "README.md" requires-python = ">=3.11" diff --git a/copier.yml b/copier.yml index 7cfdc47..7522cd3 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.5 + default: v0.3.0 include_system: type: bool @@ -41,4 +41,4 @@ system_git: system_tag: type: str help: iTi-System Git tag - default: v0.2.5 + default: v0.3.0 diff --git a/iti/__about__.py b/iti/__about__.py index 9c3cce5..b3d2bba 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.5" +__version__ = "0.3.0"